Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Nov 8, 2024
2 parents a775e9a + ad03db7 commit db6ef79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ repositories {
mavenCentral()
}

dependencies {
implementation 'one.jpro:jpro-webapi:$jproVersion'
}

javafx {
version = "$javafxVersion"
modules = ['javafx.graphics', 'javafx.controls', 'javafx.fxml', 'javafx.media', 'javafx.web']
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion = 1.0-SNAPSHOT
jproVersion = 2024.4.0
jproVersion = 2024.4.1
javafxPluginVersion = 0.1.0
javafxVersion = 23.0.1

0 comments on commit db6ef79

Please sign in to comment.