Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 19, 2020
1 parent 717cf36 commit ba3ad4a
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ dependencies {
<version>{project-version}</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>central</id>
<name>jcenter</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
----

Once the `bootstrapfx-core` dependency is in your classpath you just need to apply the `boostrapfx.css` stylesheet to
Expand Down Expand Up @@ -128,15 +120,15 @@ You may used the included gradle wrapper script if you don't have `gradle` insta

. 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.10`.
. Once SDKMAN is installed invoke `sdk install gradle 5.2`.
. Test your setup by invoking `gradle --version`.

.Gdub
.Gum

GDub is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It's smart enough
Gum is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It's smart enough
to use the gradle wrapper if available or your global gradle command. This is an optional download.

. Follow the instructions found at https://github.com/dougborg/gdub to install gdub
. Follow the instructions found at https://github.com/kordamp/gm to install gum

=== Next Steps

Expand Down

0 comments on commit ba3ad4a

Please sign in to comment.