mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-22 16:39:34 +00:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69e0ed176d | ||
|
|
31464a7ff7 | ||
|
|
182b4a354a | ||
|
|
d9315dfda9 | ||
|
|
4270804b1b | ||
|
|
ce7922ebfd | ||
|
|
abf4b71271 | ||
|
|
6e388e0372 | ||
|
|
be8bdf6b48 | ||
|
|
3884a8859c | ||
|
|
d898448e35 | ||
|
|
115aa6af07 | ||
|
|
a3dd390dc4 | ||
|
|
23ac0ee77c | ||
|
|
b6dbb08a00 | ||
|
|
58eb7b482c | ||
|
|
6ca8bbe3ab | ||
|
|
6da6cb84f0 | ||
|
|
a60cf095c0 | ||
|
|
ef9cb40e36 | ||
|
|
eea580b3c7 | ||
|
|
36d0c4048d |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @WillFP
|
||||||
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Tue May 16 20:29:56 BST 2023
|
#Wed Jul 19 14:15:07 BST 2023
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.13.0
|
libreforge-version=4.24.0
|
||||||
version=6.13.0
|
version=6.23.0
|
||||||
|
|||||||
Reference in New Issue
Block a user