mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
build: version not work in IDEA
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
version = project.hasProperty('version') ? version : '1.0.0'
|
||||
version = project.getProperties().get("version") != "unspecified" ? version : '1.0.0'
|
||||
|
||||
allprojects {
|
||||
if (it.name != 'bom') {
|
||||
|
||||
Reference in New Issue
Block a user