merge development into test #26

Merged
j23f0712 merged 95 commits from development into dev/test 2024-12-01 21:02:48 +01:00
Showing only changes of commit 02b536aa82 - Show all commits

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
}