We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1172c commit c1f10b9Copy full SHA for c1f10b9
.github/workflows/graalvm.yml
@@ -24,7 +24,7 @@ jobs:
24
components: 'native-image'
25
github-token: ${{ secrets.GITHUB_TOKEN }}
26
- name: Build with Gradle
27
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v2.4.2
28
with:
29
gradle-version: ${{ matrix.gradle }}
30
arguments: test nativeCompile --info --stacktrace
.github/workflows/gradle.yml
@@ -28,7 +28,7 @@ jobs:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
31
32
33
34
arguments: -PtestJdk8=true build --info --stacktrace
0 commit comments