Skip to content

Commit 5a821dc

Browse files
author
Francisco Solis
authored
Updated Version and Description
1 parent 5066430 commit 5a821dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins {
77
id 'org.jetbrains.dokka' version '1.6.0'
88
}
99

10-
def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '')
10+
def projectVersion = (System.getenv("VERSION") ?: '0.1.1-SNAPSHOT').replaceFirst("v", "").replace('/', '')
1111

1212
group 'xyz.theprogramsrc'
1313
version projectVersion
14-
description 'Download dependencies from Nexus3 repositories programmatically!'
14+
description 'Download dependencies from repositories programmatically!'
1515

1616
repositories {
1717
mavenLocal()
@@ -114,4 +114,4 @@ publishing {
114114
}
115115
}
116116

117-
publish.dependsOn clean, test, jar, shadowJar
117+
publish.dependsOn clean, test, jar, shadowJar

0 commit comments

Comments
 (0)