Skip to content

Commit

Permalink
🔖 Version 21.3.1
Browse files Browse the repository at this point in the history
➖ Make JavaFX dependencies transitive (they were still in the Maven pom)

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Jan 1, 2024
1 parent 70e3d53 commit 2ef5c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test {
javafx {
version = "$jfx"
modules = ['javafx.controls', 'javafx.fxml']
configurations = ["implementation", "testImplementation"]
configurations = ["compileOnly", "testImplementation"]
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#--------------------------------------#
GROUP=io.github.palexdev
POM_ARTIFACT_ID=virtualizedfx
VERSION_NAME=21.3.0
VERSION_NAME=21.3.1
POM_NAME=virtualizedfx
POM_DESCRIPTION=Alternative VirtualFlows for JavaFX
POM_INCEPTION_YEAR=2021
Expand All @@ -19,7 +19,7 @@ POM_PACKAGING=jar
#--------------------------------------#
# Versions #
#--------------------------------------#
vfx=21.3.0
vfx=21.3.1
jdk=21
# Plugins
jfxPlugin=0.1.0
Expand Down

0 comments on commit 2ef5c7a

Please sign in to comment.