sirixdb / sirix

SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
https://sirix.io
BSD 3-Clause "New" or "Revised" License
1.09k stars 244 forks source link

Updated Gradle + minor style fixes #641

Closed shdowtail closed 11 months ago

JohannesLichtenberger commented 11 months ago

Can you set the target to 19?

Execution failed for task ':sirix-kotlin-api:compileKotlin'.

'compileJava' task (current target is 19) and 'compileKotlin' task (current target is 16) jvm target compatibility should be set to the same Java version. Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain

BTW: you can always check the test results :-)

JohannesLichtenberger commented 11 months ago

On the bottom on your PRs or any PRs there are tests (Java CI with Gradle / Run tests) whereas right of them there's a details link...