Skip to content

Commit

Permalink
Bump go-java-launcher version. (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozlowski authored Jun 28, 2021
1 parent 99e42e1 commit ef0f8e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog/@unreleased/pr-1149.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: break
break:
description: 'Java services running in Rubix will ignore any conf.heap-size or -Xmx/-Xms
settings and automatically set their heap size based on the container memory limit.
PCloud behavior is unchanged: conf.heap-size is still the supported configuration.'
links:
- https://github.com/palantir/sls-packaging/pull/1149
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
import org.gradle.util.GradleVersion;

public final class JavaServiceDistributionPlugin implements Plugin<Project> {
private static final String GO_JAVA_LAUNCHER = "com.palantir.launching:go-java-launcher:1.11.0";
private static final String GO_INIT = "com.palantir.launching:go-init:1.11.0";
private static final String GO_JAVA_VERSION = "1.13.0";
private static final String GO_JAVA_LAUNCHER = "com.palantir.launching:go-java-launcher:" + GO_JAVA_VERSION;
private static final String GO_INIT = "com.palantir.launching:go-init:" + GO_JAVA_VERSION;
public static final String GROUP_NAME = "Distribution";

@Override
Expand Down

0 comments on commit ef0f8e7

Please sign in to comment.