Skip to content

Commit

Permalink
Test with semeru 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Feb 11, 2024
1 parent 4ef0f1b commit df0e2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
matrix:
java: ["8", "11", "17", "21"]
distribution: ["temurin", "semeru"]
exclude:
- java: "21"
distribution: "semeru"
name: "Java ${{ matrix.java }} (${{ matrix.distribution }})"
steps:
- name: "Checkout"
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ pluginManagement {
}
}

plugins {
id "org.gradle.toolchains.foojay-resolver-convention" version "0.4.0"
}

rootProject.name = "Reflect"

0 comments on commit df0e2f0

Please sign in to comment.