-
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
de0604f
commit a361d8f
Showing
2 changed files
with
13 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties | ||
javaLanguageVersion=8 | ||
osgiRequiredCompatibility=1.8 | ||
version=3.5.3-SNAPSHOT | ||
|
||
# This controls the javac "release" version. | ||
javaLanguageVersion=11 | ||
osgiRequiredCompatibility=11 | ||
version=4.0.0-SNAPSHOT | ||
|
||
# Ugh, see https://github.com/gradle/gradle/issues/11308 | ||
systemProp.org.gradle.internal.publish.checksums.insecure=true |