Skip to content

Commit cfa8c0b

Browse files
committed
less
1 parent 05672f2 commit cfa8c0b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ repositories {
2020
mavenCentral()
2121
mavenLocal()
2222
gradlePluginPortal()
23-
maven("https://central.sonatype.com/repository/maven-snapshots/")
2423
}
2524

2625
tasks.withType<Test>().configureEach {
@@ -37,7 +36,7 @@ dependencies {
3736

3837
implementation("org.owasp:dependency-check-gradle:12.1.8")
3938

40-
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.22.0-alpha-SNAPSHOT")
39+
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.21.0-alpha")
4140

4241
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.3.0")
4342
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.3.0")

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencyResolutionManagement {
1313
repositories {
1414
mavenCentral()
1515
mavenLocal()
16-
maven("https://central.sonatype.com/repository/maven-snapshots/")
1716
}
1817
}
1918

0 commit comments

Comments
 (0)