Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions .github/workflows/build_and_test.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/publish_artifacts_on_release.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ dependencyResolutionManagement {
mavenCentral()
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. GraalVM image on CI does not have preinstalled JDK 17, this is a temporary workaround to make it work while we set up our own docker images
  2. Nice to have for anyone who does not have JDK 17 toolchain configured

}