This commit is contained in:
Felix Koppe
2024-11-30 13:14:41 +01:00
parent 6f71a8b16d
commit 99ffee749e
294 changed files with 9263 additions and 3051 deletions

View File

@@ -1,12 +0,0 @@
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
}