mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f177f34f1 | ||
|
|
2c2b008678 | ||
|
|
9c26ba3b91 | ||
|
|
1c16e52b97 | ||
|
|
f6fe3477c6 | ||
|
|
ee3298d260 | ||
|
|
65dcbf2d98 | ||
|
|
cba4ed6e49 | ||
|
|
241435dafe | ||
|
|
84277d5b68 |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
||||
* @WillFP
|
||||
@@ -10,9 +10,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:09 BST 2023
|
||||
#Mon Jun 19 11:11:32 CEST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.14.2
|
||||
version=3.14.1
|
||||
libreforge-version=4.18.0
|
||||
version=3.19.0
|
||||
|
||||
Reference in New Issue
Block a user