Stop truncating the version string in the gradle build file.
This commit is contained in:
parent
75b0259943
commit
6250c48d81
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "io.github.adrianvic"
|
||||
version = System.getenv("NEMESIS_VERSION_NAME")?.take(7) ?: "1.0.3-SNAPSHOT"
|
||||
version = System.getenv("NEMESIS_VERSION_NAME") ?: "1.0.3-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue