Gruppe-02-clone/Projekte/monopoly/model/build.gradle
2024-11-12 14:53:04 +01:00

11 lines
170 B
Groovy

plugins {
id 'buildlogic.java-library-conventions'
}
description = 'Monopoly common model'
dependencies {
api project(":common")
api libs.jme3.networking
}