io.arrow-kt.arrow-gradle-config-nexus
Owner: 47 Degrees
Basic Nexus Gradle config for Arrow publications
https://github.com/arrow-kt/arrow-gradle-config
Sources: https://github.com/arrow-kt/arrow-gradle-config
Version 0.2.0
0.2.0
Created 01 October 2021.
Basic Nexus Gradle config for Arrow publications
Add this plugin to your build using the plugins DSL:
plugins {
id("io.arrow-kt.arrow-gradle-config-nexus") version "0.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.arrow-kt:arrow-gradle-config-nexus:0.2.0") } } apply(plugin = "io.arrow-kt.arrow-gradle-config-nexus")
- Applying plugins to all subprojects .