Skip to content

Commit

Permalink
Bump go-java-launcher to 1.1.1, no behaviour changes (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
uschi2000 authored Jan 18, 2017
1 parent ff5b320 commit 02fa2ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class JavaDistributionPlugin implements Plugin<Project> {

project.configurations.create('goJavaLauncherBinaries')
project.dependencies {
goJavaLauncherBinaries 'com.palantir.launching:go-java-launcher:1.1.0'
goJavaLauncherBinaries 'com.palantir.launching:go-java-launcher:1.1.1'
}

def distributionExtension = project.extensions.findByType(DistributionExtension)
Expand Down

0 comments on commit 02fa2ac

Please sign in to comment.