Added bootjar build

- Fixed spelling mistake in home
- Fixed date bug
This commit is contained in:
2024-02-19 20:55:16 +01:00
parent 78f32c4f64
commit ed82e2e3f2
4 changed files with 13 additions and 1 deletions

View File

@ -38,6 +38,11 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
}
bootJar {
manifest {
}
}
tasks.named('test') {
useJUnitPlatform()
}