Skip to content

Commit 581dc50

Browse files
committed
Reenable paper, sponge and spigot
1 parent 14e84e7 commit 581dc50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

implementations/paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tasks.processResources {
6464
expand (
6565
"version" to project.version,
6666
"api_version" to apiVersion,
67-
"flow_math_version" to libs.flow.math.get().version
67+
"flow_math_version" to libs.flow.math.get().version!!
6868
)
6969
}
7070
}

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ implementation("cli")
2626
implementation("fabric")
2727
//implementation("forge")
2828
//implementation("neoforge")
29-
//implementation("paper")
30-
//implementation("spigot")
31-
//implementation("sponge")
29+
implementation("paper")
30+
implementation("spigot")
31+
implementation("sponge")
3232

3333
fun implementation(name: String) {
3434
val project = ":$name"

0 commit comments

Comments
 (0)