This commit is contained in:
Felix Koppe
2024-11-30 13:17:53 +01:00
parent 99ffee749e
commit 02b536aa82

View File

@@ -0,0 +1,12 @@
plugins {
id 'buildlogic.java-library-conventions'
}
description = 'MDGA common model'
dependencies {
api project(":common")
api libs.jme3.networking
implementation libs.gson
testImplementation libs.mockito.core
}