Skip to content

Commit 0174c23

Browse files
committed
Remove maven-central snapshot repo config
1 parent faf8dfc commit 0174c23

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

platform-tooling-support-tests/projects/graalvm-starter/settings.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ dependencyResolutionManagement {
2828
snapshotsOnly()
2929
}
3030
}
31-
maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
32-
mavenContent {
33-
snapshotsOnly()
34-
includeGroup("org.opentest4j.reporting")
35-
}
36-
}
3731
}
3832
}
3933
}

platform-tooling-support-tests/projects/jupiter-starter/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ val junitVersion: String by project
77
repositories {
88
maven { url = uri(file(System.getProperty("maven.repo"))) }
99
mavenCentral()
10-
maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
11-
mavenContent {
12-
snapshotsOnly()
13-
includeGroup("org.opentest4j.reporting")
14-
}
15-
}
1610
}
1711

1812
dependencies {

settings.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ plugins {
1515
dependencyResolutionManagement {
1616
repositories {
1717
mavenCentral()
18-
maven(url = "https://central.sonatype.com/repository/maven-snapshots") {
19-
mavenContent {
20-
snapshotsOnly()
21-
includeGroup("org.opentest4j.reporting")
22-
}
23-
}
2418
}
2519
}
2620

0 commit comments

Comments
 (0)