Skip to content

Commit

Permalink
Merge pull request #32 from grails-samples/gradleToolingApi
Browse files Browse the repository at this point in the history
Add gradle-tooling-api to runtimeClasspath
  • Loading branch information
puneetbehl authored Oct 15, 2021
2 parents 37b8cde + 3ad1062 commit 9044962
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 @@ -85,6 +85,7 @@ dependencies {
compileOnly "io.micronaut:micronaut-inject-groovy"

profile "org.grails.profiles:web"
runtimeOnly "org.gradle:gradle-tooling-api:7.0"
runtimeOnly "org.glassfish.web:el-impl:2.1.2-b03"
runtimeOnly "javax.xml.bind:jaxb-api:2.3.1"
runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:3.3.4"
Expand All @@ -99,7 +100,6 @@ dependencies {
testImplementation "org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion"
testImplementation "org.seleniumhq.selenium:selenium-api:$seleniumVersion"
testImplementation "org.seleniumhq.selenium:selenium-support:$seleniumVersion"
testRuntimeOnly "org.gradle:gradle-tooling-api:7.0"
testRuntimeOnly "org.seleniumhq.selenium:selenium-chrome-driver:$seleniumVersion"
testRuntimeOnly "org.seleniumhq.selenium:selenium-firefox-driver:$seleniumVersion"

Expand Down

0 comments on commit 9044962

Please sign in to comment.