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 d90e392 commit 1acb8eaCopy full SHA for 1acb8ea
build.gradle
@@ -48,7 +48,8 @@ allprojects {
48
49
dependencies {
50
// iexec
51
- implementation "com.iexec.common:iexec-common:${iexecCommonVersion}"
+ implementation "com.iexec.commons:iexec-commons-poco:$iexecCommonsPocoVersion"
52
+ implementation "com.iexec.common:iexec-common:$iexecCommonVersion"
53
54
// Web3j issues, see core build.gradle
55
// NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)'
gradle.properties
@@ -1,5 +1,6 @@
1
version=8.0.0
2
iexecCommonVersion=8.0.0
3
+iexecCommonsPocoVersion=1.0.2
4
5
nexusUser
6
nexusPassword
0 commit comments