Fix WT Compile issues and prepare auto release pipeline (#13)

* Fixup WinTest Error

* Prepare CI/CD Auto Release Pipeline

* Fix CI/CD Components not running

* CI/CD Pre-Check n nighty and produce zip for more intutive User Design

* fix Version

* App Version Update.

* More Similar Naming to old Convention
This commit is contained in:
2026-03-23 18:58:00 +01:00
committed by GitHub
parent 6b311c3907
commit 6be44bbea2
6 changed files with 343 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<groupId>de.x08</groupId>
<artifactId>praktiKST</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.40.0-nightly</version>
<name>praktiKST</name>
@@ -32,7 +32,7 @@
<javafx.version>19.0.2.1</javafx.version>
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
<junit.version>5.10.1</junit.version>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.44</lombok.version>
<mockito.version>5.7.0</mockito.version>
<sqlite.version>3.43.2.2</sqlite.version>
@@ -54,8 +54,8 @@
<pmd.version>6.55.0</pmd.version>
<codehaus.version.plugin>2.16.1</codehaus.version.plugin>
<javafx.maven.plugin>0.0.8</javafx.maven.plugin>
<spotbugs.maven.plugin>4.8.1.0</spotbugs.maven.plugin>
<spotbugs.version>4.8.1</spotbugs.version>
<spotbugs.maven.plugin>4.9.8.2</spotbugs.maven.plugin>
<spotbugs.version>4.9.8</spotbugs.version>
<!-- other properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>