added contents
This commit is contained in:
14
Projekte/battleship/server/build.gradle
Normal file
14
Projekte/battleship/server/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id 'buildlogic.java-application-conventions'
|
||||
}
|
||||
|
||||
description = 'Battleship Server'
|
||||
|
||||
dependencies {
|
||||
implementation project(":battleship:model")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'pp.battleship.server.BattleshipServer'
|
||||
applicationName = 'battleship-server'
|
||||
}
|
||||
Reference in New Issue
Block a user