Skip to content

Commit

Permalink
Bump to Java 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Oct 29, 2019
1 parent d54a1ee commit bf04093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*/
group = "com.github.java-json-tools";
version = "1.2-SNAPSHOT";
sourceCompatibility = JavaVersion.VERSION_1_6;
targetCompatibility = JavaVersion.VERSION_1_6; // defaults to sourceCompatibility
sourceCompatibility = JavaVersion.VERSION_1_7;
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility

/*
* List of dependencies
Expand Down

0 comments on commit bf04093

Please sign in to comment.