File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ apply(plugin: "net.ltgt.errorprone");
31
31
32
32
group = " com.github.java-json-tools" ;
33
33
version = " 2.2.12-SNAPSHOT" ;
34
- sourceCompatibility = " 1.6 " ;
35
- targetCompatibility = " 1.6 " ; // defaults to sourceCompatibility
34
+ sourceCompatibility = JavaVersion . VERSION_1_7 ;
35
+ targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
36
36
37
37
/*
38
38
* Repositories to use
@@ -68,7 +68,7 @@ dependencies {
68
68
testCompile(group : " org.easytesting" , name : " fest-assert" , version : " 1.4" );
69
69
}
70
70
71
- javadoc. options. links(" http://docs.oracle.com/javase/6 /docs/api/" );
71
+ javadoc. options. links(" http://docs.oracle.com/javase/7 /docs/api/" );
72
72
javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
73
73
javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
74
74
javadoc. options. links(" http://fasterxml.github.com/jackson-core/javadoc/2.2.0/" );
You can’t perform that action at this time.
0 commit comments