Skip to content

Commit 8c641e3

Browse files
committedMar 4, 2025
feat: Support for Paper 1.17+
1 parent 7e50c9a commit 8c641e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ java {
147147
bukkit {
148148
name = "AdriAPI"
149149
main = "me.adrigamer2950.adriapi.AdriAPI"
150-
apiVersion = "1.18"
150+
apiVersion = "1.17"
151151
author = properties["author"] as String?
152152
description = properties["description"] as String?
153153
website = "https://github.com/Adrigamer2950/AdriAPI"

0 commit comments

Comments
 (0)
Please sign in to comment.