diff options
author | Joe George <joe@zeroc.com> | 2017-01-20 12:43:35 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-01-20 12:43:35 -0500 |
commit | 0c269cb48d2079285c99e699048618dd64870d22 (patch) | |
tree | 2cdcbb6fbb640d91d7a4844c26e3a68fd975d18a | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-0c269cb48d2079285c99e699048618dd64870d22.tar.bz2 ice-0c269cb48d2079285c99e699048618dd64870d22.tar.xz ice-0c269cb48d2079285c99e699048618dd64870d22.zip |
Update Ice Builder for Gradle version to 1.3.17
-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 |