Skip to content

Commit e147e60

Browse files
authored
Fix api-version (#131)
1 parent 3d93887 commit e147e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks {
2323
"name" to "MapModCompanion",
2424
"version" to project.version,
2525
"authors" to listOf("turikhay"),
26-
"apiVersion" to "1.13",
26+
"api-version" to "1.13",
2727
"softDepends" to listOf("ProtocolLib"),
2828
"main" to "com.turikhay.mc.mapmodcompanion.spigot.MapModCompanion",
2929
"folia-supported" to true,

0 commit comments

Comments
 (0)