You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use fastexcel in a modularized application, so it would be fantastic if this project could add a module-info.java file.
Since it already requires Java 9, this should be as simple as putting a file like this into the package root:
- Bump test dependency + plugin versions
- Set project.build.sourceEncoding to fix build warning
- Fix FileListTest when run as a module
- Bump Travis JDK version to oraclejdk9
- Set scm.url without property reference so it works on search.maven.org
zimmi
added a commit
to zimmi/opczip
that referenced
this issue
Apr 19, 2021
- Bump test dependency + plugin versions
- Set project.build.sourceEncoding to fix build warning
- Fix FileListTest when run as a module
- Bump Travis JDK version to oraclejdk9
- Set scm.url without property reference so it works on search.maven.org
Hi!
I'd like to use fastexcel in a modularized application, so it would be fantastic if this project could add a
module-info.java
file.Since it already requires Java 9, this should be as simple as putting a file like this into the package root:
Open questions:
I see that fastexcel itself has a baseline of Java 8, but there is a straightforward way to add a
module-info.java
there as well: https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.htmlThe text was updated successfully, but these errors were encountered: