Skip to content

Commit 14d22ab

Browse files
committed
Add note about gradle/gradle#27372
1 parent 2dff527 commit 14d22ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/gradlex/javamodule/moduleinfo/ExtraJavaModuleInfoTransform.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ private boolean isModule(File jar) {
199199
if (!jar.isFile()) {
200200
// If the jar does not exist, we assume that the file, which is produced later is a local artifact and a module.
201201
// For local files this behavior is ok, because this transform is targeting published artifacts.
202+
// Still, this can cause an error: https://github.com/gradle/gradle/issues/27372
202203
// See also:
203204
// - https://github.com/jjohannes/extra-java-module-info/issues/15
204205
// - https://github.com/jjohannes/extra-java-module-info/issues/78

0 commit comments

Comments
 (0)