Skip to content

Commit f814c35

Browse files
committed
Download JaCoCo snapshots from the Central Publisher Portal
1 parent eea0878 commit f814c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ plugins {
66
}
77

88
jacoco {
9-
toolVersion = "[0.8.13-SNAPSHOT,)"
9+
toolVersion = "[0.8.14-SNAPSHOT,)"
1010
}
1111

1212
repositories {
1313
maven {
14-
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
14+
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
1515
mavenContent {
1616
snapshotsOnly()
1717
includeGroup("org.jacoco")

0 commit comments

Comments
 (0)