diff options
| author | ilotterytea <iltsu@alright.party> | 2025-01-21 03:38:04 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-01-21 03:38:04 +0500 |
| commit | 46217bf572a73c5cf7119f58f894352ee50cb403 (patch) | |
| tree | 80b8dc4a5959faed0ff570c703b81dfc997c14f4 /core/build.gradle | |
| parent | 1ecd8d1d527b6b66b4746e44023b6ab3cb2ca4cc (diff) | |
upd: my logger
Diffstat (limited to 'core/build.gradle')
| -rw-r--r-- | core/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle index a731b5d..18766c3 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -4,7 +4,6 @@ eclipse.project.name = appName + '-core' dependencies { api "com.github.mgsx-dev.gdx-gltf:gltf:$gdxGltfVersion" api "com.github.MrStahlfelge.gdx-websockets:core:$gdxWsVersion" - api "ch.qos.logback:logback-classic:$logbackVersion" api project(':shared') if (enableGraalNative == 'true') { |
