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.11k stars 250 forks source link

gradle-version_updated #710

Closed dhrax21 closed 3 months ago

dhrax21 commented 5 months ago

1 . Updated the gradle version to 8.7 in build.gradle

  1. Updated the java version to 21 because it's showing error with version 22 the error -> "Unsupported Java. Your build is currently configured to use Java 22 and Gradle 8.7"
  2. Updated the property in sonar -> "property ("sonar.gradle.skipCompile", true)"
welcome[bot] commented 5 months ago

Thanks so much for opening this pull request and for helping to improve SirixDB 🚀

JohannesLichtenberger commented 5 months ago

Thanks, before merging fixing this is of utmost importance: https://github.com/sirixdb/sirix/issues/707 then we can be sure, that all tests run fine :-)

JohannesLichtenberger commented 5 months ago

You'd have to update your branch from main.