Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Nov 17, 2020
1 parent 0427b11 commit ae314da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ plugins {
}

if (!JavaVersion.current().isJava11Compatible()) {
throw new GradleException("Java 11 or higher is required to build. " +
throw new GradleException("JDK 11 or higher is required to build. " +
"One option is to download it from https://adoptopenjdk.net/. If you believe you already " +
"have it, please check that the JAVA_HOME environment variable is pointing at the " +
"Java 11 installation.")
"JDK 11 installation.")
}

ext {
Expand Down

0 comments on commit ae314da

Please sign in to comment.