We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bf690 commit e2ab909Copy full SHA for e2ab909
gradle.properties
@@ -1,4 +1,4 @@
1
-iexecCommonVersion=4.0.1-SNAPSHOT
+iexecCommonVersion=4.0.1
2
nexusUser=fake
3
nexusPassword=fake
4
-version=4.0.1-SNAPSHOT
+version=4.0.1
src/main/resources/application.yml
@@ -32,7 +32,7 @@ detector:
32
33
workers:
34
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
35
- requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
+ requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:4.0.1} #leave empty will allow any worker version
36
# the whitelist format should be as follow (comma separated on one or multiple lines:
37
# whitelist: ${IEXEC_WHITELIST:address1,
38
# address2,
0 commit comments