9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2025-12-20 07:29:20 +00:00

Compare commits

..

14 Commits

Author SHA1 Message Date
Auxilor
3f54f8af2d libreforge-updater 2023-07-17 18:32:24 +01:00
Auxilor
94ca19447f libreforge-updater 2023-07-16 13:33:11 +01:00
Auxilor
2d67115569 libreforge-updater 2023-07-12 13:07:18 +01:00
Auxilor
6e9e9b000f libreforge-updater 2023-07-09 17:24:37 +01:00
Auxilor
a34727feb5 libreforge-updater 2023-07-06 18:46:59 +01:00
Auxilor
b744fbfe2d libreforge-updater 2023-07-04 14:49:45 +01:00
Auxilor
2db3a90049 libreforge-updater 2023-06-27 10:41:45 +01:00
Auxilor
466f80f860 libreforge-updater 2023-06-21 10:22:36 +01:00
Auxilor
2f177f34f1 libreforge-updater 2023-06-19 11:11:32 +02:00
Will FP
2c2b008678 Create CODEOWNERS 2023-06-17 21:22:31 +02:00
Auxilor
9c26ba3b91 libreforge-updater 2023-06-10 13:32:36 +01:00
Auxilor
1c16e52b97 libreforge-updater 2023-06-05 16:26:02 +01:00
Auxilor
f6fe3477c6 Fixed Publications 2023-06-03 18:03:16 +01:00
Auxilor
ee3298d260 libreforge-updater 2023-06-03 15:44:50 +01:00
3 changed files with 9 additions and 5 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @WillFP

View File

@@ -10,9 +10,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)
} }
} }

View File

@@ -1,5 +1,5 @@
#libreforge-updater #libreforge-updater
#Thu Jun 01 12:32:47 BST 2023 #Mon Jul 17 18:32:24 BST 2023
kotlin.code.style=official kotlin.code.style=official
libreforge-version=4.17.1 libreforge-version=4.23.0
version=3.16.1 version=3.22.0