We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74c8ec commit e32e77eCopy full SHA for e32e77e
2 files changed
.github/workflows/pull_request.yml
@@ -20,7 +20,7 @@ jobs:
20
distribution: graalvm-community
21
java-version: 25
22
cache: gradle
23
- - run: ./gradlew -x test zipNative
+ - run: ./gradlew --info -x test zipNative
24
- if: ${{ matrix.os == 'windows-latest' }}
25
run: |
26
chmod +x build/native/nativeCompile/codecv.exe
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
id("org.graalvm.buildtools.native") version("0.11.1")
9
}
10
11
-val hexagonVersion = "4.2.3"
+val hexagonVersion = "4.2.4"
12
val vertxVersion = "5.0.4"
13
val slf4jVersion = "2.0.17"
14
0 commit comments