We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7c57c commit b169573Copy full SHA for b169573
1 file changed
src/main/java/org/gradlex/javamodule/moduleinfo/ExtraJavaModuleInfoTransform.java
@@ -198,8 +198,8 @@ private boolean isModule(File jar) {
198
// For local files this behavior is ok, because this transform is targeting published artifacts.
199
// Still, this can cause an error: https://github.com/gradle/gradle/issues/27372
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
+ // - https://github.com/gradlex-org/extra-java-module-info/issues/15
+ // - https://github.com/gradlex-org/extra-java-module-info/issues/78
203
return true;
204
}
205
try (JarInputStream inputStream = new JarInputStream(Files.newInputStream(jar.toPath()))) {
0 commit comments