Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jan 8, 2016
1 parent c10966d commit 63fe611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ You may used the included gradle wrapper script if you don't have `gradle` insta
. Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\bin on Windows).
. Test your setup by invoking `gradle --version`.

.GVM
.SDKMAN

. Follow the instructions found at http://gvmtool.net/ to install GVM.
. 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 GVM is installed invoke `gvm install gradle 2.6`.
. Once SDKMAN is installed invoke `sdk install gradle 2.6`.
. Test your setup by invoking `gradle --version`.

.Gdub
Expand Down
1 change: 0 additions & 1 deletion gradle/code-quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ license {
mapping {
java = 'SLASHSTAR_STYLE'
fxml = 'XML_STYLE'

}
ext.year = '2015-2016'
exclude '**/*.png'
Expand Down

0 comments on commit 63fe611

Please sign in to comment.