We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d79c7 commit 992f6f5Copy full SHA for 992f6f5
build.gradle
@@ -28,6 +28,13 @@ project.version = '1.3.18-grails7-upgrade-test'
28
29
repositories {
30
mavenLocal()
31
+ maven {
32
+ name = 'Central Portal Snapshots'
33
+ url = 'https://central.sonatype.com/repository/maven-snapshots/'
34
+ content {
35
+ includeGroup('org.rundeck')
36
+ }
37
38
maven {
39
name = 'Central Portal Snapshots'
40
url = 'https://central.sonatype.com/repository/maven-snapshots/'
0 commit comments