Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Jul 19, 2017
1 parent c3c91db commit 2d16026
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion java-compat/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ ice_targetSdkVersion = 21
iceHome =

//
// Set the version of the Ice Builder to use for building
// Set the version of the Ice Builder. It must be set to debian
// when using the gradle-ice-builder-plugin package.
//
iceBuilderVersion = 1.4.1

Expand Down
4 changes: 2 additions & 2 deletions java-compat/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ debug = true
iceHome =

//
// Set the version of the Ice Builder to use for building it must be set to debian
// when using the gradle-ice-builder-plugin package.
// Set the version of the Ice Builder. It must be set to debian
// when using the gradle-ice-builder-plugin package on Debian.
//
iceBuilderVersion = 1.4.1

Expand Down
4 changes: 2 additions & 2 deletions java/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ice_targetSdkVersion = 25
iceHome =

//
// Set the version of the Ice Builder to use for building it must be set to debian
// when using the gradle-ice-builder-plugin package.
// Set the version of the Ice Builder. It must be set to debian
// when using the gradle-ice-builder-plugin package on Debian.
//
iceBuilderVersion = 1.4.1

Expand Down
4 changes: 2 additions & 2 deletions java/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ debug = true
iceHome =

//
// Set the version of the Ice Builder to use for building it must be set to debian
// when using the gradle-ice-builder-plugin package.
// Set the version of the Ice Builder. It must be set to debian
// when using the gradle-ice-builder-plugin package on Debian.
//
iceBuilderVersion = 1.4.1

Expand Down

0 comments on commit 2d16026

Please sign in to comment.