Skip to content

Commit

Permalink
Downgrade rhino to 1.7R3, fixing JsDoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jun 13, 2013
1 parent 8549a49 commit 56785f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targetCompatibility = '1.6'

defaultTasks 'clean', 'build'

version = '1.5.0'
version = '1.5.1'
group = 'com.eriwen'
ext.archivesBaseName = 'gradle-js-plugin'
ext.isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down Expand Up @@ -77,7 +77,7 @@ cobertura {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.4'
gradleVersion = '1.6'
}

artifacts {
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.5.0'
classpath 'com.eriwen:gradle-js-plugin:1.5.1'
}
}
buildscript {
Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/com/eriwen/gradle/js/JsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class JsPlugin implements Plugin<Project> {
mavenCentral()
}
project.dependencies {
rhino 'org.mozilla:rhino:1.7R4'
rhino 'org.mozilla:rhino:1.7R3'
}
// TODO: have 'check' depend on jshint
}
Expand Down

0 comments on commit 56785f0

Please sign in to comment.