Skip to content

Commit

Permalink
Update links in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes authored Sep 2, 2024
1 parent da7c57c commit b169573
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ private boolean isModule(File jar) {
// For local files this behavior is ok, because this transform is targeting published artifacts.
// Still, this can cause an error: https://github.com/gradle/gradle/issues/27372
// See also:
// - https://github.com/jjohannes/extra-java-module-info/issues/15
// - 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
return true;
}
try (JarInputStream inputStream = new JarInputStream(Files.newInputStream(jar.toPath()))) {
Expand Down

0 comments on commit b169573

Please sign in to comment.