mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
set api version to 1.20
This commit is contained in:
parent
aecb1c4ad3
commit
c0fc1c2f51
@ -89,7 +89,8 @@ tasks {
|
||||
inputs.properties("version" to project.version)
|
||||
inputs.properties("group" to project.group)
|
||||
inputs.properties("description" to project.properties["description"])
|
||||
inputs.properties("apiVersion" to libs.versions.minecraft.get())
|
||||
//inputs.properties("apiVersion" to libs.versions.minecraft.get())
|
||||
inputs.properties("apiVersion" to "1.20")
|
||||
inputs.properties("authors" to project.properties["authors"])
|
||||
inputs.properties("website" to project.properties["website"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user