We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054b9a2 commit 12514c1Copy full SHA for 12514c1
gradle.properties
@@ -1,4 +1,4 @@
1
-iexecCommonVersion=3.2.0-SNAPSHOT
+iexecCommonVersion=3.2.0
2
nexusUser=fake
3
nexusPassword=fake
4
-version=3.2.0-SNAPSHOT
+version=3.2.0
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:3.2.0} #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