Skip to content

Commit

Permalink
Added bundle.version and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSolo committed Aug 21, 2024
1 parent 5e12720 commit fed256d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,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' : project.description,
'Bundle-Version' : project.version,
'Bundle-SymbolicName' : 'eu.hansolo.tilesfx',
'Export-Package' : 'eu.hansolo.tilesfx, eu.hansolo.tilesfx.chart, eu.hansolo.tilesfx.colors, eu.hansolo.tilesfx.events, eu.hansolo.tilesfx.fonts, eu.hansolo.tilesfx.icons, eu.hansolo.tilesfx.skins,eu.hansolo.tilesfx.tools',
'Class-Path' : "${project.name}-${project.version}.jar",
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.7
version = 21.0.9
javafxVersion = 21.0.4

0 comments on commit fed256d

Please sign in to comment.