mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d67115569 | ||
|
|
6e9e9b000f | ||
|
|
a34727feb5 | ||
|
|
b744fbfe2d | ||
|
|
2db3a90049 | ||
|
|
466f80f860 | ||
|
|
2f177f34f1 | ||
|
|
2c2b008678 | ||
|
|
9c26ba3b91 | ||
|
|
1c16e52b97 | ||
|
|
f6fe3477c6 | ||
|
|
ee3298d260 | ||
|
|
65dcbf2d98 | ||
|
|
cba4ed6e49 | ||
|
|
241435dafe | ||
|
|
84277d5b68 | ||
|
|
6f63dd2af6 | ||
|
|
7b577dca25 |
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
|
||||
#Wed May 17 15:56:32 BST 2023
|
||||
#Wed Jul 12 13:07:18 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.13.1
|
||||
version=3.13.1
|
||||
libreforge-version=4.22.1
|
||||
version=3.21.1
|
||||
|
||||
Reference in New Issue
Block a user