Skip to content

Commit

Permalink
Fix api-version (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock authored Apr 3, 2024
1 parent 3d93887 commit e147e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks {
"name" to "MapModCompanion",
"version" to project.version,
"authors" to listOf("turikhay"),
"apiVersion" to "1.13",
"api-version" to "1.13",
"softDepends" to listOf("ProtocolLib"),
"main" to "com.turikhay.mc.mapmodcompanion.spigot.MapModCompanion",
"folia-supported" to true,
Expand Down

0 comments on commit e147e60

Please sign in to comment.