Skip to content

Commit 32f2d00

Browse files
committed
fix: generated build constants
1 parent 259586c commit 32f2d00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

registration-velocity/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ plugins {
22
alias(libs.plugins.minotaur)
33
}
44

5+
kotlin {
6+
sourceSets.main {
7+
kotlin.srcDir(layout.buildDirectory.dir("generated/source/buildConfig"))
8+
}
9+
}
10+
511
dependencies {
612
api(project(":registration-shared"))
713
compileOnly("com.velocitypowered:velocity-api:3.4.0-SNAPSHOT")
@@ -50,4 +56,4 @@ modrinth {
5056
loaders.add("velocity")
5157
changelog.set("https://docs.simplecloud.app/changelog")
5258
syncBodyFrom.set(rootProject.file("README.md").readText())
53-
}
59+
}

0 commit comments

Comments
 (0)