Add first (manual) CI jobs #174

Merged
lars.winzer merged 11 commits from chore/gitlab-linting-formatting-pipeline into main 2026-03-13 23:24:46 +01:00
Showing only changes of commit 004b2e2313 - Show all commits
+5
View File
@@ -2,6 +2,7 @@ plugins {
id 'application'
id 'java'
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'checkstyle'
}
group = 'ch.unibas.dmi.dbis'
@@ -43,6 +44,10 @@ test {
useJUnitPlatform()
}
checkstyle {
toolVersion = '10.21.0'
}
tasks.named('jar', Jar) {
manifest {
attributes('Main-Class': application.mainClass.get())