This is a fork from jebl2 at (1f13ac7f31106a8efa54ec99bdfb10a9f5a51496), but improved to use Java 16 and the Java Platform Module System (JPMS).
The current exporting packages can be seen from module-info.java.
From version 3.1.0, JEBL3 will only release to the Maven Central Repository. https://search.maven.org/artifact/io.github.linguaphylo/jebl
Javadoc of the latest release: https://www.javadoc.io/doc/io.github.linguaphylo/jebl
- Clean :
./gradlew clean
- Build with info :
./gradlew build --info
- Create jar files :
./gradlew jar
and look for the folder "build/libs" - Publish.