Skip to content

Commit 2a66ee0

Browse files
committed
tool build.gradle: use JDK 21 in graalVmNative config block
1 parent 43e8036 commit 2a66ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger-export-tool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ graalvmNative {
4444
buildArgs.addAll('--allow-incomplete-classpath', '-H:EnableURLProtocols=http,https')
4545
runtimeArgs.addAll('-n', 'mainnet', '-o', 'omnicore-export.ledger', '-m', '../test-data/addresses_accounts.csv')
4646
javaLauncher = javaToolchains.launcherFor {
47-
languageVersion = JavaLanguageVersion.of(17)
47+
languageVersion = JavaLanguageVersion.of(21)
4848
vendor = JvmVendorSpec.matching("GraalVM Community")
4949
}
5050
}

0 commit comments

Comments
 (0)