Skip to content

Commit

Permalink
Fix Gradle plugin --docker-build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg committed Aug 9, 2019
1 parent 5de2bed commit 7050ff1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ public void setEnableCodeSizeReporting(boolean enableCodeSizeReporting) {
@Optional
@Input
public String getGraalvmHome() {
if (graalvmHome == null || graalvmHome.length() < 1)
throw new GradleException(
"The GRAALVM_HOME environment variable need to be set to your GraalVM root directory to use native mode");
return graalvmHome;
}

Expand Down

0 comments on commit 7050ff1

Please sign in to comment.