fixed lemurproto dependecy

This commit is contained in:
Johannes Schmelz 2024-11-20 00:55:33 +01:00
parent d631e8df1e
commit f11f4a59f1
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ dependencies {
implementation project(":monopoly:server") implementation project(":monopoly:server")
implementation libs.jme3.desktop implementation libs.jme3.desktop
implementation libs.lemur
implementation libs.lemurproto
runtimeOnly libs.jme3.awt.dialogs runtimeOnly libs.jme3.awt.dialogs
runtimeOnly libs.jme3.plugins runtimeOnly libs.jme3.plugins

View File

@ -25,7 +25,7 @@ dependencyResolutionManagement {
library('jme3-effects', 'org.jmonkeyengine', 'jme3-effects').versionRef('jme') library('jme3-effects', 'org.jmonkeyengine', 'jme3-effects').versionRef('jme')
library('lemur', 'com.simsilica:lemur:1.16.0') library('lemur', 'com.simsilica:lemur:1.16.0')
library('lemur-proto', 'com.simsilica:lemur-proto:1.13.0') library('lemurproto', 'com.simsilica:lemur-proto:1.13.0')
library('junit4', 'junit:junit:4.13.2') library('junit4', 'junit:junit:4.13.2')
library('gson', 'com.google.code.gson:gson:2.11.0') library('gson', 'com.google.code.gson:gson:2.11.0')