Skip to content

Commit 9012e11

Browse files
committed
compile only
1 parent a209585 commit 9012e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtimes/talos-libgdx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
dependencies {
88
api project(":runtimes:talos")
99
api libs.slf4j.api
10-
implementation libs.libgdx
10+
compileOnly libs.libgdx
1111

1212
testImplementation libs.bongo.desktop
1313
testImplementation libs.visui

runtimes/talos/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
dependencies {
8-
implementation libs.libgdx
9-
implementation libs.spine.libgdx
8+
compileOnly libs.libgdx
9+
compileOnly libs.spine.libgdx
1010
implementation libs.slf4j.api
1111
}
1212

0 commit comments

Comments
 (0)