File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
platform-tooling-support-tests/projects Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ val junitVersion: String by project
77repositories {
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
1812dependencies {
Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ plugins {
1515dependencyResolutionManagement {
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
You can’t perform that action at this time.
0 commit comments