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 = " 1.11-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
@@ -41,7 +41,7 @@ dependencies {
41
41
testImplementation(group : " org.mockito" , name : " mockito-core" , version : " 2.28.2" );
42
42
}
43
43
44
- javadoc. options. links(" http://docs.oracle.com/javase/6 /docs/api/" );
44
+ javadoc. options. links(" http://docs.oracle.com/javase/7 /docs/api/" );
45
45
javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
46
46
javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
47
47
javadoc. options. links(" http://www.javadoc.io/doc/com.google.guava/guava/28.1-jre/" );
You can’t perform that action at this time.
0 commit comments