We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c527c99 commit 892e7f2Copy full SHA for 892e7f2
1 file changed
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "fr.mrcoq.lib"
7
-version = "1.0"
+version = "1.0.4"
8
9
repositories {
10
mavenCentral()
@@ -18,6 +18,19 @@ dependencies {
18
compileOnly("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
19
20
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
34
java {
35
toolchain {
36
languageVersion.set(JavaLanguageVersion.of(17))
0 commit comments