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 0a80746 commit a95449dCopy full SHA for a95449d
build.gradle.kts
@@ -6,12 +6,12 @@ plugins {
6
}
7
8
jacoco {
9
- toolVersion = "[0.8.13-SNAPSHOT,)"
+ toolVersion = "[0.8.14-SNAPSHOT,)"
10
11
12
repositories {
13
maven {
14
- url = uri("https://oss.sonatype.org/content/repositories/snapshots")
+ url = uri("https://central.sonatype.com/repository/maven-snapshots/")
15
mavenContent {
16
snapshotsOnly()
17
includeGroup("org.jacoco")
0 commit comments