Skip to content

Commit

Permalink
Update go-java-launcher to 1.0.1 (#95)
Browse files Browse the repository at this point in the history
Provides better error handling when Java binary cannot be found.
  • Loading branch information
uschi2000 authored and markelliot committed Jul 27, 2016
1 parent 0061a7f commit 6806858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class JavaDistributionPlugin implements Plugin<Project> {

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

DistributionExtension ext = project.extensions.create('distribution', DistributionExtension)
Expand Down

0 comments on commit 6806858

Please sign in to comment.