mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f177f34f1 | ||
|
|
2c2b008678 | ||
|
|
9c26ba3b91 | ||
|
|
1c16e52b97 | ||
|
|
f6fe3477c6 | ||
|
|
ee3298d260 | ||
|
|
65dcbf2d98 | ||
|
|
cba4ed6e49 | ||
|
|
241435dafe | ||
|
|
84277d5b68 | ||
|
|
6f63dd2af6 | ||
|
|
7b577dca25 | ||
|
|
59a5bcb68d | ||
|
|
6592a6ff73 | ||
|
|
c9c82e4591 | ||
|
|
dcba6b07ca | ||
|
|
fe812fc11a | ||
|
|
b94ee51499 | ||
|
|
edfeba8b4d | ||
|
|
edab673d6c | ||
|
|
7ab1cbb9f6 | ||
|
|
87760be002 | ||
|
|
84a5a1684f | ||
|
|
0e415ee27f | ||
|
|
56466a43f3 | ||
|
|
f872b6d210 | ||
|
|
35b48651ad | ||
|
|
dba01a929f |
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @WillFP
|
||||||
@@ -37,7 +37,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("com.willfp:eco:6.53.0")
|
compileOnly("com.willfp:eco:6.55.0")
|
||||||
compileOnly("org.jetbrains:annotations:23.0.0")
|
compileOnly("org.jetbrains:annotations:23.0.0")
|
||||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
|
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Thu Apr 06 20:08:44 CEST 2023
|
#Mon Jun 19 11:11:32 CEST 2023
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.2.5
|
libreforge-version=4.18.0
|
||||||
version=3.2.5
|
version=3.19.0
|
||||||
|
|||||||
Reference in New Issue
Block a user