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 = " 1.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
@@ -71,7 +71,7 @@ dependencies {
71
71
testCompile(group : " org.assertj" , name : " assertj-core" , version : " 2.9.1" );
72
72
}
73
73
74
- javadoc. options. links(" http://docs.oracle.com/javase/6 /docs/api/" );
74
+ javadoc. options. links(" http://docs.oracle.com/javase/7 /docs/api/" );
75
75
javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
76
76
javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
77
77
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