Skip to content

Commit

Permalink
Use repository.apache.org only for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 19, 2024
1 parent 0bd6cf9 commit 81ce466
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ recipeDependencies {

parserClasspath("org.slf4j:slf4j-api:2.+")
parserClasspath("log4j:log4j:1.+")
parserClasspath("org.apache.logging.log4j:log4j-core:2.+")
parserClasspath("org.apache.logging.log4j:log4j-api:2.+")
parserClasspath("org.apache.logging.log4j:log4j-core:2.24.3")
parserClasspath("org.apache.logging.log4j:log4j-api:2.24.3")
parserClasspath("commons-logging:commons-logging:1.+")
parserClasspath("ch.qos.logback:logback-classic:1.3.+")
parserClasspath("org.projectlombok:lombok:1.18.+")
Expand All @@ -22,7 +22,12 @@ recipeDependencies {
repositories {
mavenCentral()
mavenLocal()
maven("https://repository.apache.org/snapshots")
maven {
setUrl("https://repository.apache.org/snapshots")
mavenContent {
snapshotsOnly()
}
}
}

dependencies {
Expand Down

0 comments on commit 81ce466

Please sign in to comment.