Skip to content

Commit

Permalink
Enforce 1.7 compatibility in the plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 18, 2015
1 parent babd1b9 commit a759ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hugo-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
apply plugin: 'groovy'
apply plugin: 'nexus'


targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_7

dependencies {
compile gradleApi()
compile localGroovy()
Expand Down

0 comments on commit a759ce3

Please sign in to comment.