Skip to content

Commit

Permalink
Bumping test version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Feb 21, 2012
1 parent cb425fc commit 7c47f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:0.4.1'
classpath 'com.eriwen:gradle-js-plugin:0.3.13-SNAPSHOT'
}
}

Expand Down Expand Up @@ -58,6 +58,6 @@ jsdoc {
props2js {
inputs.file file("${projectDir}/src/test/resources/test.properties")
outputs.file file("${buildDir}/props.jsonp")
type = 'json'
type = 'jsonp'
functionName = 'fn'
}

0 comments on commit 7c47f3f

Please sign in to comment.