Skip to content

Commit

Permalink
Merge pull request eriwen#50 from abirmingham/master
Browse files Browse the repository at this point in the history
Added sourceCompatibility/targetCompatibility for Java 6
  • Loading branch information
eriwen committed Feb 8, 2013
2 parents 7d71a1c + 13d40b8 commit 3dd2abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'idea'

sourceCompatibility = '1.6'
targetCompatibility = '1.6'

defaultTasks 'clean', 'build'

version = '1.3.1'
version = '1.3.2'
group = 'com.eriwen'
ext.archivesBaseName = 'gradle-js-plugin'
ext.isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.eriwen:gradle-js-plugin:1.3'
classpath 'com.eriwen:gradle-js-plugin:1.3.2'
}
}
buildscript {
Expand Down

0 comments on commit 3dd2abe

Please sign in to comment.