Gruppe-02-clone/Projekte/monopoly/model/build.gradle

11 lines
170 B
Groovy
Raw Permalink Normal View History

2024-11-12 14:53:04 +01:00
plugins {
id 'buildlogic.java-library-conventions'
}
description = 'Monopoly common model'
dependencies {
api project(":common")
api libs.jme3.networking
}