Skip to content

Commit

Permalink
fix grails- duplication causing the build to break
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jan 28, 2016
1 parent 694f5c9 commit c862d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ task fetchGrailsSource << {
}

ant.unzip src: zipFile, dest: checkOutDir, {
mapper type: "regexp", from: "(grails-grails-core-\\S*?/)(.*)", to: "grails-src/\\2"
mapper type: "regexp", from: "(grails-core-\\S*?/)(.*)", to: "grails-src/\\2"
}

ant.chmod(file:"${checkOutDir}/grails-src/gradlew", perm:700)
Expand Down

0 comments on commit c862d6b

Please sign in to comment.