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 fc454d2 commit b22e1ddCopy full SHA for b22e1dd
LavalinkServer/build.gradle
@@ -20,7 +20,7 @@ sourceCompatibility = 10
20
targetCompatibility = 10
21
22
bootRun {
23
- //compiling tests during bootRun increases the likelyhood of catching broken tests locally instead of on the CI
+ //compiling tests during bootRun increases the likelihood of catching broken tests locally instead of on the CI
24
dependsOn compileTestJava
25
26
//pass in custom jvm args
0 commit comments