Skip to content

Commit

Permalink
Update go-java-launcher to 1.18.0 (was 1.17.0) (#1292)
Browse files Browse the repository at this point in the history
Update go-java-launcher to 1.18.0 (was 1.17.0)
  • Loading branch information
fawind authored Feb 15, 2022
1 parent 1eebf6d commit 3cbc811
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1292.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Update go-java-launcher to 1.18.0 (was 1.17.0)
links:
- https://github.com/palantir/sls-packaging/pull/1292
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import org.gradle.util.GradleVersion;

public final class JavaServiceDistributionPlugin implements Plugin<Project> {
private static final String GO_JAVA_VERSION = "1.17.0";
private static final String GO_JAVA_VERSION = "1.18.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";
Expand Down

0 comments on commit 3cbc811

Please sign in to comment.