mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-22 16:39:34 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3dd390dc4 | ||
|
|
23ac0ee77c | ||
|
|
b6dbb08a00 | ||
|
|
58eb7b482c | ||
|
|
6ca8bbe3ab | ||
|
|
6da6cb84f0 | ||
|
|
a60cf095c0 | ||
|
|
ef9cb40e36 | ||
|
|
eea580b3c7 |
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Wed May 17 15:56:52 BST 2023
|
||||
#Mon Jun 05 16:26:19 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.13.1
|
||||
version=6.13.1
|
||||
libreforge-version=4.18.0
|
||||
version=6.17.0
|
||||
|
||||
Reference in New Issue
Block a user