mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-19 18:24: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,4 @@
|
||||
module projA {
|
||||
requires static lombok;
|
||||
exports pkgA;
|
||||
}
|
||||
Reference in New Issue
Block a user