Skip to content

Commit

Permalink
Add note about gradle/gradle#27372
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jan 3, 2024
1 parent 2dff527 commit 14d22ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ private boolean isModule(File jar) {
if (!jar.isFile()) {
// If the jar does not exist, we assume that the file, which is produced later is a local artifact and a module.
// 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
Expand Down

0 comments on commit 14d22ab

Please sign in to comment.