Commit c10162f
* Generate `Automatic-Module-Name` attribute
As it stands, Java 9 Platform Module System cannot infer module
name from shapeless' jars due to cross compilation (underscores
in `_2.xx`).
This simple change adds an `Automatic-Module-Name` attribute to
MANIFEST, making it possible to require `shapeless` modules, rather than
going through various repackaaging hacks.
A proper modularization would include definition of `module-info.java`
but that's outside the scope.
* Use shapeless Java module name for core
---------
Co-authored-by: Hubert Plociniczak <hubert.plociniczak@gmail.com>
1 parent 6adaa1c commit c10162f
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
183 | | - | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
| 242 | + | |
| 243 | + | |
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
| |||
0 commit comments