Skip to content

Commit 386a382

Browse files
committed
build: upgrade to TabooLib 6.3.0-0e96352
1 parent b11eb47 commit 386a382

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ taboolib {
2424
bukkitApi("1.12")
2525
}
2626
version {
27-
taboolib = "6.2.4-99fb800"
27+
taboolib = "6.3.0-0e96352"
2828
coroutines = "1.8.1"
2929
}
3030
relocate("org.bstats", "${project.group}.libs.bstats")
@@ -51,6 +51,7 @@ tasks.withType<JavaCompile> {
5151
}
5252

5353
tasks.processResources {
54+
inputs.property("version", project.version)
5455
filesMatching(listOf("plugin.yml", "paper-plugin.yml")) {
5556
expand("version" to project.version)
5657
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.y54895.matrixlib
2-
version=1.5.1
2+
version=1.5.2
33
kotlin.incremental=true
44
kotlin.incremental.java=true
55
kotlin.caching.enabled=true

0 commit comments

Comments
 (0)