finally it seems to work

This commit is contained in:
Stepan Usatiuk
2023-12-30 22:52:04 +01:00
parent 65e50d9e02
commit 52f26c15db
10 changed files with 112 additions and 8 deletions

View File

@@ -44,3 +44,11 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}
jar {
manifest {
attributes(
'Main-Class': 'com.usatiuk.tjv.y.server.ServerApplication'
)
}
}