Skip to content

Commit

Permalink
Build: Add version property for bigvolumeviewer, fix lwjgl version to…
Browse files Browse the repository at this point in the history
… 3.3.3
  • Loading branch information
skalarproduktraum committed Feb 22, 2024
1 parent 5e494ac commit 1115df1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ tasks {
propertiesNode.appendNode("jvrpn.version", "1.2.0")

// add correct lwjgl version
propertiesNode.appendNode("lwjgl.version", "3.3.1")
propertiesNode.appendNode("lwjgl.version", "3.3.3")

// add bigvolumeviewer version
propertiesNode.appendNode("bigvolumeviewer.version", "0.3.3")

val versionedArtifacts = listOf("scenery",
"flatlaf",
Expand Down

0 comments on commit 1115df1

Please sign in to comment.