File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/gradlex/javamodule/moduleinfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()))) {
You can’t perform that action at this time.
0 commit comments