Skip to content

Commit

Permalink
Try changing build again to get travis to work...
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcneil committed Dec 11, 2019
1 parent bce1cbf commit e525a23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Expand Up @@ -138,7 +138,10 @@ task shiroTest(type: Test) {
//add the plugin
File build = new File("$projectDir/src/test/app/shiro-tester/build.gradle")
String content = build.text.replaceFirst('\ndependencies \\{', """dependencies {
compile "org.grails.plugins:grails-shiro:4.2" """)
compile "org.grails.plugins:grails-shiro:4.2"
testCompile "net.sourceforge.htmlunit:htmlunit:2.32"
testRuntime "org.seleniumhq.selenium:htmlunit-driver:2.32.1"
""")
content = content.replaceAll(/repositories \{/, '''repositories {
mavenLocal()''')
build.write(content)
Expand Down

0 comments on commit e525a23

Please sign in to comment.