fix build

This commit is contained in:
Jared 2021-06-29 13:12:35 +02:00
parent 77a1633529
commit 504119a3e8
No known key found for this signature in database
GPG key ID: DB3BA3B9088A1BDF

View file

@ -23,7 +23,7 @@ if (project.hasProperty('secretFile')) {
version = "4.0.20"
if (System.getenv('BUILD_NUMBER') != null) {
project.craftTweakerVersion += "." + System.getenv('BUILD_NUMBER')
version += "." + System.getenv('BUILD_NUMBER')
}
group = "com.blamejared.modtweaker"
archivesBaseName = "modtweaker"