We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5066430 commit 5a821dcCopy full SHA for 5a821dc
build.gradle
@@ -7,11 +7,11 @@ plugins {
7
id 'org.jetbrains.dokka' version '1.6.0'
8
}
9
10
-def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '')
+def projectVersion = (System.getenv("VERSION") ?: '0.1.1-SNAPSHOT').replaceFirst("v", "").replace('/', '')
11
12
group 'xyz.theprogramsrc'
13
version projectVersion
14
-description 'Download dependencies from Nexus3 repositories programmatically!'
+description 'Download dependencies from repositories programmatically!'
15
16
repositories {
17
mavenLocal()
@@ -114,4 +114,4 @@ publishing {
114
115
116
117
-publish.dependsOn clean, test, jar, shadowJar
+publish.dependsOn clean, test, jar, shadowJar
0 commit comments