102IQ
This commit is contained in:
12
Projekte/mdga/model/build.gradle
Normal file
12
Projekte/mdga/model/build.gradle
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user