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 148ebdd commit e5b9855Copy full SHA for e5b9855
gradle.properties
@@ -1,5 +1,5 @@
1
iexecCommonVersion=3.0.0
2
nexusUser=fake
3
nexusPassword=fake
4
-version=3.0.1-SNAPSHOT
+version=3.0.1
5
src/main/resources/application.yml
@@ -36,7 +36,7 @@ chain:
36
37
workers:
38
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
39
- requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
+ requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:3.0.1} #leave empty will allow any worker version
40
41
resultRepository:
42
protocol: ${IEXEC_RESULT_REPOSITORY_PROTOCOL:http}
0 commit comments