9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-24 09:29:23 +00:00

Compare commits

..

4 Commits

Author SHA1 Message Date
Auxilor
115aa6af07 libreforge-updater 2023-06-10 13:32:58 +01:00
Auxilor
a3dd390dc4 libreforge-updater 2023-06-05 16:26:19 +01:00
Auxilor
23ac0ee77c Fixed Publications 2023-06-03 18:02:25 +01:00
Auxilor
b6dbb08a00 libreforge-updater 2023-06-03 15:45:05 +01:00
2 changed files with 8 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Jun 01 12:33:04 BST 2023
#Sat Jun 10 13:32:58 BST 2023
kotlin.code.style=official
libreforge-version=4.17.1
version=6.16.1
libreforge-version=4.19.0
version=6.18.0