mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-11 14:22:50 +00:00
[test] Added some posix scripts to test module-based builds. We should make these as unit tests someday.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module projB {
|
||||
requires static lombok;
|
||||
requires projA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user