mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2024-11-25 04:39:43 +01:00
11 lines
170 B
Groovy
11 lines
170 B
Groovy
|
plugins {
|
||
|
id 'buildlogic.java-library-conventions'
|
||
|
}
|
||
|
|
||
|
description = 'Monopoly common model'
|
||
|
|
||
|
dependencies {
|
||
|
api project(":common")
|
||
|
api libs.jme3.networking
|
||
|
}
|