Testing jenkins+gradle config
This commit is contained in:
parent
1736a047ab
commit
29db72ae9e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ minecraft {
|
|||
replace "@FINGERPRINT@", project.ee3_signature
|
||||
}
|
||||
|
||||
version = "MC_${config.minecraft_version}-${config.mod_version}.${System.getenv().BUILD_NUMBER}"
|
||||
version = "${config.minecraft_version}-${config.mod_version}.${System.getenv().BUILD_NUMBER}"
|
||||
|
||||
processResources {
|
||||
// replace stuff in the files we want.
|
||||
|
|
Loading…
Reference in a new issue