mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-21 16:09:20 +00:00
Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11e34e823 | ||
|
|
cabae5c469 | ||
|
|
c930b89c8d | ||
|
|
9a6945c824 | ||
|
|
10a2e9ca7f | ||
|
|
22b18f7b24 | ||
|
|
a09444f3c0 | ||
|
|
df7e85e27b | ||
|
|
35ceb4bc68 | ||
|
|
89ecd11695 | ||
|
|
7b3b287f71 | ||
|
|
3f55d5a141 | ||
|
|
d2a925ec3e | ||
|
|
4e3128840f | ||
|
|
4074531b01 | ||
|
|
f506b10552 | ||
|
|
69e0ed176d | ||
|
|
31464a7ff7 | ||
|
|
182b4a354a | ||
|
|
d9315dfda9 | ||
|
|
4270804b1b | ||
|
|
ce7922ebfd | ||
|
|
abf4b71271 | ||
|
|
6e388e0372 | ||
|
|
be8bdf6b48 | ||
|
|
3884a8859c | ||
|
|
d898448e35 | ||
|
|
115aa6af07 | ||
|
|
a3dd390dc4 | ||
|
|
23ac0ee77c | ||
|
|
b6dbb08a00 | ||
|
|
58eb7b482c | ||
|
|
6ca8bbe3ab | ||
|
|
6da6cb84f0 | ||
|
|
a60cf095c0 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @WillFP
|
||||
@@ -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
|
||||
#Sat May 20 17:40:30 BST 2023
|
||||
#Tue Aug 15 18:50:44 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.14.2
|
||||
version=6.14.1
|
||||
libreforge-version=4.29.0
|
||||
version=6.29.0
|
||||
|
||||
Reference in New Issue
Block a user