Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244626682e | ||
|
|
af6b811458 | ||
|
|
e5064aabef | ||
|
|
558431d39c | ||
|
|
eca0980869 |
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 Jun 03 15:45:34 BST 2023
|
||||
#Mon Jun 19 11:12:39 CEST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.17.2
|
||||
version=2.16.2
|
||||
libreforge-version=4.18.0
|
||||
version=2.19.0
|
||||
|
||||
Reference in New Issue
Block a user