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 22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
24
version = " 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
27
27
28
28
/*
29
29
* List of dependencies
@@ -48,7 +48,7 @@ dependencies {
48
48
* External javadoc links
49
49
*/
50
50
// 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/" );
52
52
javadoc. options. links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
53
53
javadoc. options. links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
54
54
javadoc. 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