diff --git a/build.gradle b/build.gradle index 7cae104..7a9f350 100644 --- a/build.gradle +++ b/build.gradle @@ -7,11 +7,11 @@ plugins { id 'org.jetbrains.dokka' version '1.6.0' } -def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '') +def projectVersion = (System.getenv("VERSION") ?: '0.1.1-SNAPSHOT').replaceFirst("v", "").replace('/', '') group 'xyz.theprogramsrc' version projectVersion -description 'Download dependencies from Nexus3 repositories programmatically!' +description 'Download dependencies from repositories programmatically!' repositories { mavenLocal() @@ -114,4 +114,4 @@ publishing { } } -publish.dependsOn clean, test, jar, shadowJar \ No newline at end of file +publish.dependsOn clean, test, jar, shadowJar