mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-04 23:04:17 +01:00
applying ruben01s latest maven patch
This commit is contained in:
parent
2070379f34
commit
ca428342d3
|
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
if(!mavenVersion.match(/^.*-SNAPSHOT$/)){
|
||||
var forceSnapshot = project.getProperty("snapshot")
|
||||
if(forceSnapshot!="false"){
|
||||
if(forceSnapshot!=null && forceSnapshot!="false"){
|
||||
System.out.println("Forcing Maven Version to Snapshot");
|
||||
mavenVersion = mavenVersion + "-SNAPSHOT";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue