We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99b931 commit 5718423Copy full SHA for 5718423
gradle.properties
@@ -1,4 +1,4 @@
1
-iexecCommonVersion=5.0.0-SNAPSHOT
+iexecCommonVersion=5.0.0
2
nexusUser=fake
3
nexusPassword=fake
4
-version=5.0.0-SNAPSHOT
+version=5.0.0
src/main/resources/application.yml
@@ -25,7 +25,7 @@ cron:
25
26
workers:
27
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
28
- requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
+ requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:5.0.0} #leave empty will allow any worker version
29
# the whitelist format should be as follow (comma separated on one or multiple lines:
30
# whitelist: ${IEXEC_WHITELIST:address1,
31
# address2,
0 commit comments