Skip to content

Commit b169573

Browse files
authored
Update links in comments
1 parent da7c57c commit b169573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gradlex/javamodule/moduleinfo/ExtraJavaModuleInfoTransform.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ private boolean isModule(File jar) {
198198
// For local files this behavior is ok, because this transform is targeting published artifacts.
199199
// Still, this can cause an error: https://github.com/gradle/gradle/issues/27372
200200
// See also:
201-
// - https://github.com/jjohannes/extra-java-module-info/issues/15
202-
// - https://github.com/jjohannes/extra-java-module-info/issues/78
201+
// - https://github.com/gradlex-org/extra-java-module-info/issues/15
202+
// - https://github.com/gradlex-org/extra-java-module-info/issues/78
203203
return true;
204204
}
205205
try (JarInputStream inputStream = new JarInputStream(Files.newInputStream(jar.toPath()))) {

0 commit comments

Comments
 (0)