-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build with Java 11. Compiler warnings due to deprecated API usage not…
… cleaned up yet
- Loading branch information
1 parent
0e9d8d3
commit b4870e6
Showing
6 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties | ||
|
||
# This controls source- and target-compatibility. | ||
# Our builds require Java 11+, but still built artifacts compatible with Java 8. | ||
javaVersion=1.8 | ||
version=3.5.3-SNAPSHOT | ||
version=4.0.0-SNAPSHOT | ||
|
||
# Ugh, see https://github.com/gradle/gradle/issues/11308 | ||
systemProp.org.gradle.internal.publish.checksums.insecure=true |