translatenix
90b461aa58
Support building with JDK 21 ( #234 )
...
- Update google-java-format to a version compatible with JDK 21 and run "gw spotlessApply".
- Fix wrong test assumption
JavaCodeGenerator writes a properties file using java.util.Properties,
which doesn't guarantee order of entries.
- Fix most deprecation warnings
- Add CI job for JDK 21
2024-04-12 13:38:31 -07:00
translatenix
af66532377
Lock JLine to previous version (3.23.0) ( #424 )
...
JLine 3.25.1 does not work with native image.
2024-04-11 21:55:38 -07:00
translatenix
bba5387f17
Update dependencies ( #350 )
...
* Update various dependencies
* Freeze kotlinx.html and kotlinx.serialization versions until Kotlin itself is updated.
2024-04-11 20:54:01 -07:00
Daniel Chao
76f3890cff
Fix buildSrc Kotlin/Java compat ( #339 )
...
This fixes an issue where Gradle fails to build because of
Java/Kotlin getting mismatching versions when targeting macOS/aarch64.
2024-03-19 08:38:42 -07:00
Daniel Chao
2499e2c493
Fix patch file ( #252 )
...
This fixes an issue that is perventing our patch from from being
applied.
2024-02-27 07:50:00 -08:00
Kushal Pisavadia
699cdc623e
Update GraalVM to 22.3.3 (from 22.3.1) ( #156 )
...
This bumps GraalVM's version.
References:
- https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.3
- https://github.com/oracle/graal/compare/vm-22.3.1...vm-22.3.3
- https://www.graalvm.org/release-notes/22_3/
2024-02-15 09:48:15 -08:00
Peter Niederwieser
ecad035dca
Initial commit
2024-02-01 14:00:22 -08:00