We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e804f57 commit 475866dCopy full SHA for 475866d
build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
coreRuntimeOnly sourceSets.commander.output
101
coreRuntimeOnly sourceSets.watcher.output
102
103
- global project(':relauncher')
+ globalCompile project(':relauncher')
104
105
jda(libs.jda) {
106
exclude module: 'jackson-databind' // their jackson version is outdated
0 commit comments