File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ tasks.withType<JavaCompile> {
6262 options.encoding = " UTF-8"
6363}
6464
65+ tasks.processResources {
66+ filesMatching(listOf (" plugin.yml" , " paper-plugin.yml" )) {
67+ expand(" version" to project.version)
68+ }
69+ }
70+
6571tasks.withType<DokkaTask >().configureEach {
6672 moduleName.set(" MatrixStorage API" )
6773 dokkaSourceSets.configureEach {
Original file line number Diff line number Diff line change 11group =com.y54895.matrixstorage
2- version =1.1.0
3- matrixlibApiVersion =1.5.0
2+ version =1.1.1
3+ matrixlibApiVersion =1.5.1
44kotlin.incremental =true
55kotlin.incremental.java =true
66kotlin.caching.enabled =true
Original file line number Diff line number Diff line change 11name : MatrixStorage
22main : com.y54895.matrixstorage.taboolib.platform.BukkitPlugin
3- version : 1.0.0
3+ version : ${version}
44authors :
55 - ' 54895y'
66depend :
You can’t perform that action at this time.
0 commit comments