We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567e737 commit c7327bbCopy full SHA for c7327bb
1 file changed
.github/workflows/build.yml
@@ -70,13 +70,15 @@ jobs:
70
71
- name: Set up gradle
72
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
73
+
74
- name: Build
75
run: >
76
./gradlew build
77
${{ matrix.coverage && 'jacocoTestReport' || '' }}
78
-PtestJavaVersion=${{ matrix.test-java-version }}
79
"-Porg.gradle.java.installations.paths=${{ steps.setup-java-test.outputs.path }}"
80
"-Porg.gradle.java.installations.auto-download=false"
81
+ ${{ matrix.test-java-version == 23 && '--sun-misc-unsafe-memory-access=deny' || '' }}
82
env:
83
# JMH-based tests run only if this environment variable is set to true
84
RUN_JMH_BASED_TESTS: ${{ matrix.jmh-based-tests }}
0 commit comments