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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user