Skip to content

Commit

Permalink
First stab at issue eriwen#49: Unsupported major.minor version 51.0 w…
Browse files Browse the repository at this point in the history
…ith JRE6.
  • Loading branch information
Alex Birmingham committed Jan 29, 2013
1 parent 7d71a1c commit 13d40b8
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 13d40b8

Please sign in to comment.