We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077be4f commit ff53d25Copy full SHA for ff53d25
2 files changed
build.gradle.kts
@@ -32,7 +32,7 @@ taboolib {
32
}
33
34
version {
35
- taboolib = "6.2.4-99fb800"
+ taboolib = "6.3.0-0e96352"
36
coroutines = null
37
38
@@ -63,6 +63,7 @@ tasks.withType<JavaCompile> {
63
64
65
tasks.processResources {
66
+ inputs.property("version", project.version)
67
filesMatching(listOf("plugin.yml", "paper-plugin.yml")) {
68
expand("version" to project.version)
69
gradle.properties
@@ -1,6 +1,6 @@
1
group=com.y54895.matrixstorage
2
-version=1.1.1
3
-matrixlibApiVersion=1.5.1
+version=1.1.2
+matrixlibApiVersion=1.5.2
4
kotlin.incremental=true
5
kotlin.incremental.java=true
6
kotlin.caching.enabled=true
0 commit comments