Skip to content

Commit

Permalink
Set build target java 1.8 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Jul 23, 2017
1 parent 5ab26dd commit f6ebed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shrinker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ dependencies {
compile 'org.ow2.asm:asm:5.0.4'
compile 'commons-io:commons-io:2.4'
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
apply from: rootProject.file('publish.gradle')

0 comments on commit f6ebed3

Please sign in to comment.