We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe48fa commit ef93360Copy full SHA for ef93360
build.gradle
@@ -65,8 +65,8 @@ repositories {
65
66
dependencies {
67
implementation 'org.apache.groovy:groovy-all:4.0.29'
68
- compileOnly 'org.rundeck:rundeck-core:6.0.0-SNAPSHOT'
69
- testImplementation 'org.rundeck:rundeck-core:6.0.0-SNAPSHOT'
+ compileOnly 'org.rundeck:rundeck-core:6.0.0-alpha1-20260407'
+ testImplementation 'org.rundeck:rundeck-core:6.0.0-alpha1-20260407'
70
71
// Apache HTTP client dependencies for compilation (http-step bundles these but doesn't expose them transitively)
72
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
0 commit comments