mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 07:51:52 +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 {
|
allprojects {
|
||||||
if (it.name != 'bom') {
|
if (it.name != 'bom') {
|
||||||
|
|||||||
Reference in New Issue
Block a user