Skip to content

Commit

Permalink
Add jenkins groovy version as runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jul 10, 2024
1 parent 911f8f3 commit 8a985fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {

// mandatory dependencies for using Spock
// note: please use same Groovy version as on Jenkins
implementation "org.codehaus.groovy:groovy-all:2.4.12"
implementation "com.cloudbees:groovy-cps:1.31@jar", withoutIcu
implementation "org.jenkins-ci.main:jenkins-core:2.452", withoutIcu
implementation "org.jenkins-ci.plugins:badge:1.13@jar"
Expand Down

0 comments on commit 8a985fd

Please sign in to comment.