Skip to content

Commit

Permalink
Update resource-factory-bukkit-convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Mar 25, 2024
1 parent 7b9dd3c commit 8ededef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import xyz.jpenilla.resourcefactory.bukkit.Permission
plugins {
`java-library`
id("com.github.johnrengelman.shadow") version "8.1.1"
id("xyz.jpenilla.resource-factory-bukkit-convention") version "0.0.7"
id("xyz.jpenilla.resource-factory-bukkit-convention") version "0.0.8"
val indraVersion = "3.1.3"
id("net.kyori.indra") version indraVersion
id("net.kyori.indra.git") version indraVersion
Expand Down Expand Up @@ -65,7 +65,7 @@ indra {
javaVersions().target(17)
}

bukkitPluginYml {
bukkitPluginYaml {
main = "xyz.jpenilla.wanderingtrades.WanderingTrades"
apiVersion = "1.16"
website = "https://github.com/jpenilla/WanderingTrades"
Expand Down

0 comments on commit 8ededef

Please sign in to comment.