Skip to content

Commit 0697320

Browse files
committed
Merge branch 'main' into develop/6.x
2 parents eb6990d + 8dd8cb7 commit 0697320

File tree

2 files changed

+1
-119
lines changed

2 files changed

+1
-119
lines changed

junit-modular-world/BUILDING

Lines changed: 0 additions & 118 deletions
This file was deleted.

src/StagingRepoInjector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void inject() throws Exception {
7777
appendAfter("junit-migration-gradle/build.gradle", "mavenCentral()",
7878
gradleGroovyDslSnippet);
7979

80-
replace("junit-modular-world/BUILDING", "\"https://repo1.maven.org/maven2\"",
80+
replace("junit-modular-world/src/build/Project.java", "\"https://repo1.maven.org/maven2\"",
8181
"group.startsWith(\"org.junit\") ? \"%s\" : \"https://repo1.maven.org/maven2\"".formatted(stagingRepoUrl));
8282

8383
appendAfter("junit-multiple-engines/build.gradle.kts", "mavenCentral()",

0 commit comments

Comments
 (0)