Skip to content

Commit 8dd8cb7

Browse files
committed
Fix StagingRepoInjector
1 parent da51b4d commit 8dd8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)