diff options
-rw-r--r-- | android/gradle.properties | 2 | ||||
-rw-r--r-- | java-compat/gradle.properties | 6 | ||||
-rw-r--r-- | java/gradle.properties | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/android/gradle.properties b/android/gradle.properties index 4fd742e0517..69ce61984ed 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -34,7 +34,7 @@ debug = true // // Set the version of the Ice Builder to use for building // -iceBuilderVersion = 1.3.15 +iceBuilderVersion = 1.3.17 // // Set the location of a local Ice Builder for Gradle source directory diff --git a/java-compat/gradle.properties b/java-compat/gradle.properties index 45c1394b3a4..f31adda6fd1 100644 --- a/java-compat/gradle.properties +++ b/java-compat/gradle.properties @@ -27,7 +27,7 @@ debug = true // // Set the version of the Ice Builder to use for building // -iceBuilderVersion = 1.3.15 +iceBuilderVersion = 1.3.17 // // Set the location of a local Ice Builder for Gradle source directory @@ -35,10 +35,10 @@ iceBuilderVersion = 1.3.15 iceBuilderHome = // -// If the dev repository it's set it will be used as first repository when +// If the dev repository it's set it will be used as first repository when // resolving dependencies // -devRepo = +devRepo = // // Windows specific options diff --git a/java/gradle.properties b/java/gradle.properties index 0d917425def..c8379d4f6db 100644 --- a/java/gradle.properties +++ b/java/gradle.properties @@ -39,7 +39,7 @@ debug = true // // Set the version of the Ice Builder to use for building // -iceBuilderVersion = 1.3.16 +iceBuilderVersion = 1.3.17 // // Set the location of a local Ice Builder for Gradle source directory |