Skip to content

Commit

Permalink
Declare spoon-common as having Java 6 class compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Apr 2, 2017
1 parent 32a9b83 commit 51e7886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spoon-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
apply plugin: 'java'
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

targetCompatibility = JavaVersion.VERSION_1_6
sourceCompatibility = JavaVersion.VERSION_1_6

0 comments on commit 51e7886

Please sign in to comment.