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) {
198
198
// For local files this behavior is ok, because this transform is targeting published artifacts.
199
199
// Still, this can cause an error: https://github.com/gradle/gradle/issues/27372
200
200
// 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
203
203
return true ;
204
204
}
205
205
try (JarInputStream inputStream = new JarInputStream (Files .newInputStream (jar .toPath ()))) {
You can’t perform that action at this time.
0 commit comments