This is a fix release. This release is compatible with the Ink reference implementation v1.2.0.
Changes
- Fix: Choice tags using variables have ordering issues
- Change ExceptionInInitializerError to RuntimeException to allow compilation to JS using TeaVM
- New publish workflow to Maven Central
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.2.1"
Then simply right-click the project and choose Gradle->Refresh All.
Using with Maven
Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!