mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
finally it seems to work
This commit is contained in:
@@ -44,3 +44,11 @@ dependencies {
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': 'com.usatiuk.tjv.y.server.ServerApplication'
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user