Skip to content

Commit

Permalink
Updated Version and Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran authored Dec 31, 2021
1 parent 5066430 commit 5a821dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -114,4 +114,4 @@ publishing {
}
}

publish.dependsOn clean, test, jar, shadowJar
publish.dependsOn clean, test, jar, shadowJar

0 comments on commit 5a821dc

Please sign in to comment.