Skip to content

Commit

Permalink
Fix plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
froobynooby committed Aug 2, 2024
1 parent da96481 commit 0cbda10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ tasks {
relocate("org.joor", "com.froobworld.viewdistancetweaks.lib.joor")
relocate("org.bstats", "com.froobworld.viewdistancetweaks.lib.bstats")
}

processResources {
filesMatching("plugin.yml") {
expand("version" to project.version)
}
}
}

0 comments on commit 0cbda10

Please sign in to comment.