File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 */
2323group = " com.github.java-json-tools" ;
2424version = " 0.9.1-SNAPSHOT" ;
25- sourceCompatibility = JavaVersion . VERSION_1_6 ;
26- targetCompatibility = JavaVersion . VERSION_1_6 ; // defaults to sourceCompatibility
25+ sourceCompatibility = JavaVersion . VERSION_1_7 ;
26+ targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
2727
2828/*
2929 * List of dependencies
@@ -48,7 +48,7 @@ dependencies {
4848 * External javadoc links
4949 */
5050// FIXME: For some reason, making this https causes OpenJDK 11 to fail.
51- javadoc. options. links(" http://docs.oracle.com/javase/6 /docs/api/" );
51+ javadoc. options. links(" http://docs.oracle.com/javase/7 /docs/api/" );
5252javadoc. options. links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
5353javadoc. options. links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
5454javadoc. options. links(" https://www.javadoc.io/doc/com.google.guava/guava/25.1-jre/" );
You can’t perform that action at this time.
0 commit comments