Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 22, 2024
1 parent e9160a3 commit fefc29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}
dependencies {
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
classpath "org.graceframework:grace-gradle-plugin"
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
}
}
Expand Down Expand Up @@ -40,11 +40,11 @@ configurations {
}

dependencies {
api "org.graceframework:grace-core:$graceVersion"
api "org.graceframework:grace-core"
api "org.gebish:geb-spock:$gebSpock", {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
compileOnly "org.graceframework:grace-boot:$graceVersion"
compileOnly "org.graceframework:grace-boot"
documentation "org.fusesource.jansi:jansi:1.18"
documentation "org.codehaus.groovy:groovy:$groovyVersion"
documentation "org.codehaus.groovy:groovy-ant:$groovyVersion"
Expand Down

0 comments on commit fefc29f

Please sign in to comment.