Skip to content

Commit bfb8d4a

Browse files
author
54895y
committed
Align MatrixLib module for GitHub source builds
1 parent 3c27ce7 commit bfb8d4a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ plugins {
99
kotlin("jvm") version "2.3.0"
1010
}
1111

12+
base {
13+
archivesName.set("MatrixLib")
14+
}
15+
1216
taboolib {
1317
env {
1418
install(Basic, Bukkit)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=com.y54895.matrixlib
2-
version=1.0.0
2+
version=1.0.1
33
kotlin.incremental=true
44
kotlin.incremental.java=true
55
kotlin.caching.enabled=true
6-
kotlin.parallel.tasks.in.project=true
6+
kotlin.parallel.tasks.in.project=true

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "MatrixLib"
1+
rootProject.name = "matrixlib-api"

0 commit comments

Comments
 (0)