Compare commits

...

3 Commits

Author SHA1 Message Date
Auxilor
e5064aabef libreforge-updater 2023-06-10 13:32:44 +01:00
Auxilor
558431d39c libreforge-updater 2023-06-05 16:26:49 +01:00
Auxilor
eca0980869 Fixed Publications 2023-06-03 18:03:02 +01:00
2 changed files with 8 additions and 5 deletions

View File

@@ -11,9 +11,12 @@ dependencies {
publishing { publishing {
publications { publications {
register("maven", MavenPublication::class) { register<MavenPublication>("maven") {
from(components["java"]) groupId = project.group.toString()
version = project.version.toString()
artifactId = rootProject.name artifactId = rootProject.name
artifact(rootProject.tasks.shadowJar.get().archiveFile)
} }
} }

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Sat Jun 03 15:45:34 BST 2023 #Sat Jun 10 13:32:44 BST 2023
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.17.2 libreforge-version=4.19.0
version=2.16.2 version=2.18.0