We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e84e7 commit 581dc50Copy full SHA for 581dc50
implementations/paper/build.gradle.kts
@@ -64,7 +64,7 @@ tasks.processResources {
64
expand (
65
"version" to project.version,
66
"api_version" to apiVersion,
67
- "flow_math_version" to libs.flow.math.get().version
+ "flow_math_version" to libs.flow.math.get().version!!
68
)
69
}
70
settings.gradle.kts
@@ -26,9 +26,9 @@ implementation("cli")
26
implementation("fabric")
27
//implementation("forge")
28
//implementation("neoforge")
29
-//implementation("paper")
30
-//implementation("spigot")
31
-//implementation("sponge")
+implementation("paper")
+implementation("spigot")
+implementation("sponge")
32
33
fun implementation(name: String) {
34
val project = ":$name"
0 commit comments