Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyisa committed Oct 12, 2024
1 parent c5b32be commit 9635ff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
`java-library`
}

group = "dev.diona"
version = "1.0.0"
version = "1.0.1"

repositories {
maven("https://hub.spigotmc.org/nexus/content/groups/public/")
Expand All @@ -23,4 +25,8 @@ dependencies {
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
targetCompatibility = JavaVersion.VERSION_17.toString()
}

tasks.processResources {
expand("version" to project.version)
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ViaLegacyAPI
main: dev.diona.vialegacyapi.ViaLegacyAPI
authors: [ _MylesC, Loyisa ]
version: 1.0.0
version: ${version}
api-version: 1.13
depend: [ ViaVersion ]

0 comments on commit 9635ff3

Please sign in to comment.