1
0
mirror of https://github.com/google/nomulus synced 2026-04-17 06:51:14 +00:00

Change language and bytecode levels to Java 25 (#3009)

Release/Build tested in alpha.

Deployed in crash.
This commit is contained in:
Weimin Yu
2026-04-15 16:34:52 +00:00
committed by GitHub
parent e85f48beba
commit 409a7ba66f
7 changed files with 30 additions and 17 deletions

View File

@@ -88,6 +88,7 @@ test {
// A typical use case is to run tests from desktop that accesses Cloud resources.
tasks.withType(Test).configureEach {
maxHeapSize = "4096m"
jvmArgs "--sun-misc-unsafe-memory-access=allow", "--enable-native-access=ALL-UNNAMED"
def gcp_integration_env_property = 'test.gcp_integration.env'
if (project.hasProperty(gcp_integration_env_property)) {