Skip to content

Commit 475866d

Browse files
committed
Make relauncher a compile-only dependency
1 parent e804f57 commit 475866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
coreRuntimeOnly sourceSets.commander.output
101101
coreRuntimeOnly sourceSets.watcher.output
102102

103-
global project(':relauncher')
103+
globalCompile project(':relauncher')
104104

105105
jda(libs.jda) {
106106
exclude module: 'jackson-databind' // their jackson version is outdated

0 commit comments

Comments
 (0)