Skip to content

Commit a727f11

Browse files
author
Jeremy Osterhoudt
committed
Tweaks to allow the command line Gradle tasks to be runnable without installing Gradle.
1 parent 56c6dfc commit a727f11

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gradle
2626

2727
The reference application uses Gradle to manage its dependencies, execute builds and create binaries that can be used as installers for a given OS. For more information about how Gradle works and how Java applications are managed with it please visit the official Gradle page (https://docs.gradle.org/2.13/userguide/userguide.html)
2828

29-
This means if your IDE does not bundle Gradle you will need to install it to use the reference application.
29+
The sample application bundles the Gradle wrapper with the project. This means all you need is the Java 8 JRE to run the project and you don't need to install Gradle. However if you wish to use a new version of Gradle or changes some of the properties you will need to install Gradle for development. Please visit the [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) page for more information.
3030

3131
JavaFX 8
3232
----------

gradle/wrapper/gradle-wrapper.jar

80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)