Skip to content

Commit 892e7f2

Browse files
committed
add informations
1 parent c527c99 commit 892e7f2

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "fr.mrcoq.lib"
7-
version = "1.0"
7+
version = "1.0.4"
88

99
repositories {
1010
mavenCentral()
@@ -18,6 +18,19 @@ dependencies {
1818
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
1919
}
2020

21+
publishing {
22+
publications {
23+
create<MavenPublication>("maven") {
24+
groupId = "fr.mrcoq.lib"
25+
artifactId = "MultiLanguageAPI"
26+
version = "1.0.4"
27+
28+
from(components["java"])
29+
}
30+
}
31+
}
32+
33+
2134
java {
2235
toolchain {
2336
languageVersion.set(JavaLanguageVersion.of(17))

0 commit comments

Comments
 (0)