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 259586c commit 32f2d00Copy full SHA for 32f2d00
registration-velocity/build.gradle.kts
@@ -2,6 +2,12 @@ plugins {
2
alias(libs.plugins.minotaur)
3
}
4
5
+kotlin {
6
+ sourceSets.main {
7
+ kotlin.srcDir(layout.buildDirectory.dir("generated/source/buildConfig"))
8
+ }
9
+}
10
+
11
dependencies {
12
api(project(":registration-shared"))
13
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
@@ -50,4 +56,4 @@ modrinth {
50
56
loaders.add("velocity")
51
57
changelog.set("https://docs.simplecloud.app/changelog")
52
58
syncBodyFrom.set(rootProject.file("README.md").readText())
53
-}
59
0 commit comments