File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ repositories {
2020 mavenCentral()
2121 mavenLocal()
2222 gradlePluginPortal()
23- maven(" https://central.sonatype.com/repository/maven-snapshots/" )
2423}
2524
2625tasks.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" )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments