Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ apply plugin: 'java'

repositories {
mavenCentral()
maven {
name = 'Central Portal Snapshots'
url = 'https://central.sonatype.com/repository/maven-snapshots/'
content {
includeGroup('org.rundeck')
}
}
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
# Plugins
axionRelease = "1.18.18"
axionRelease = "1.21.2"
nexusPublish = "1.3.0"
# Libraries
groovy = "4.0.29"
junit = "4.13.2"
rundeckCore = "6.0.0-alpha1-20260407"
rundeckCore = "6.1.0-SNAPSHOT"
slf4j = "1.7.36"
jgit = "6.6.1.202309021850-r"
jgitSshApache = "6.6.1.202309021850-r"
Expand Down
Loading