mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Small fixes
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ def distJvmArgs = new ArrayList<String>(project(':app').jvmRunArgs)
|
||||
|
||||
def releaseArguments = distJvmArgs + [
|
||||
"-Dio.xpipe.app.version=$rootProject.versionString",
|
||||
"-Dio.xpipe.app.build=$rootProject.versionString-${new Date().format('yyyyMMddHHmm')}",
|
||||
"-Dio.xpipe.app.build=$rootProject.versionString/${new Date().format('yyyy-MM-dd-HH-mm')}",
|
||||
"-Dio.xpipe.app.buildId=$rootProject.buildId",
|
||||
"-Dio.xpipe.app.fullVersion=$rootProject.fullVersion",
|
||||
"-Dio.xpipe.app.staging=$rootProject.isStage",
|
||||
|
||||
Reference in New Issue
Block a user