Skip to content

Commit

Permalink
Adapt config
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed May 17, 2024
1 parent 9874602 commit 10dde03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ java {
// - .github/workflows/deployment-jdk-ea.yml#L53
languageVersion = JavaLanguageVersion.of(21)
// See https://docs.gradle.org/current/javadoc/org/gradle/jvm/toolchain/JvmVendorSpec.html for a full list
// vendor = JvmVendorSpec.AMAZON
vendor = JvmVendorSpec.IBM
}
}

Expand Down Expand Up @@ -656,7 +656,7 @@ jlink {
}

addOptions("--bind-services")

// Use "balanced" policy, which should provide better application performance
// See for details https://www.eclipse.org/openj9/docs/gc/#balanced-policy
// Issue as of 2022-09-26: "Error: unknown option: -Xgcpolicy:balanced"
Expand Down

0 comments on commit 10dde03

Please sign in to comment.