Skip to content

Commit

Permalink
Updated dependencies and added bundle.version
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Aug 21, 2024
1 parent deea7dc commit afe0b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation "org.openjfx:javafx-graphics:${javafxVersion}:${platform}"
implementation "org.openjfx:javafx-controls:${javafxVersion}:${platform}"
implementation "org.openjfx:javafx-swing:${javafxVersion}:${platform}"
api "eu.hansolo:toolboxfx:21.0.5"
api "eu.hansolo:toolboxfx:21.0.7"
}

jar {
Expand All @@ -76,6 +76,7 @@ jar {
'Bundle-Name' : project.name,
'Bundle-License' : 'https://www.apache.org/licenses/LICENSE-2.0;description=Apache License Version 2.0;link=https://spdx.org/licenses/Apache-2.0.html',
'Bundle-Description' : description,
'Bundle-Version' : project.version,
'Bundle-SymbolicName' : 'eu.hansolo',
'Export-Package' : 'eu.hansolo.medusa,eu.hansolo.medusa.tools,eu.hansolo.medusa.skins,eu.hansolo.medusa.events'
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ sourceCompatibility = 21
targetCompatibility = 21

group = eu.hansolo
version = 21.0.5
version = 21.0.7
javafxVersion = 21.0.4

0 comments on commit afe0b15

Please sign in to comment.