Skip to content

spidasoftware/fxutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fxutils

Extensions to OpenJDK and OpenJFX classes

Testing

Building

Tasks

./gradlew clean

Resets the contents of the build directory.

./gradlew build

Creates a jar and runs all tests.

./gradlew test

Builds and runs all tests.

./gradlew publishToMavenLocal

Builds and installs a new jar in the local Maven repository.

./gradlew publish

Builds and uploads a new jar to the remote Maven repository. Requires environment variables be set. Check version information in build.gradle before running.

Environment Variables