Skip to content

Commit

Permalink
Fix instructions found in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 24, 2018
1 parent ff83a0d commit 2736a1a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ You must meet the following requirements:

You may used the included gradle wrapper script if you don't have `gradle` installed.

Define the following environment variables:

export JAVA_8=/path/to/jdk8
export JAVA_9=/path/to/jdk9

Adapt these instructions to Windows settings if running on Windows.

=== Installing Gradle
Expand All @@ -52,7 +47,7 @@ Adapt these instructions to Windows settings if running on Windows.

. Follow the instructions found at http://sdkman.io/ to install SDKMAN.
. You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)
. Once SDKMAN is installed invoke `sdk install gradle 4.7`.
. Once SDKMAN is installed invoke `sdk install gradle 4.10`.
. Test your setup by invoking `gradle --version`.

.Gdub
Expand Down

0 comments on commit 2736a1a

Please sign in to comment.