mirror of
https://github.com/Auxilor/EcoJobs.git
synced 2025-12-20 15:39:26 +00:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e90f321517 | ||
|
|
abfce4428f | ||
|
|
d7b7f6895e | ||
|
|
2a97bc2d29 | ||
|
|
af4d3058e8 | ||
|
|
802360e885 | ||
|
|
79a396f5d3 | ||
|
|
e264e49b05 | ||
|
|
d9263bcb53 | ||
|
|
4681bd63e1 | ||
|
|
998e25e7ec | ||
|
|
f1f7ec5afd | ||
|
|
875928b4c2 | ||
|
|
049cb72385 | ||
|
|
b7decc9eb8 | ||
|
|
44c59de546 | ||
|
|
fdbbf8102c | ||
|
|
cf7084fd44 | ||
|
|
fa4e0dc67a |
@@ -1,9 +1,11 @@
|
||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
|
||||
plugins {
|
||||
java
|
||||
`java-library`
|
||||
`maven-publish`
|
||||
kotlin("jvm") version "1.9.20"
|
||||
id("io.github.goooler.shadow") version "8.1.7"
|
||||
kotlin("jvm") version "2.1.0"
|
||||
id("com.gradleup.shadow") version "8.3.0"
|
||||
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
|
||||
}
|
||||
|
||||
@@ -25,7 +27,7 @@ allprojects {
|
||||
apply(plugin = "java")
|
||||
apply(plugin = "kotlin")
|
||||
apply(plugin = "maven-publish")
|
||||
apply(plugin = "io.github.goooler.shadow")
|
||||
apply(plugin = "com.gradleup.shadow")
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@@ -39,12 +41,12 @@ allprojects {
|
||||
dependencies {
|
||||
compileOnly("com.willfp:eco:6.55.0")
|
||||
compileOnly("org.jetbrains:annotations:23.0.0")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.20")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
|
||||
}
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
|
||||
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
|
||||
tasks {
|
||||
@@ -54,8 +56,8 @@ allprojects {
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = "21"
|
||||
compilerOptions {
|
||||
jvmTarget.set(JvmTarget.JVM_17)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Wed Jul 03 17:43:43 BST 2024
|
||||
#Sat Jan 25 13:45:30 GMT 2025
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.64.0
|
||||
version=3.62.0
|
||||
libreforge-version=4.73.0
|
||||
version=3.72.0
|
||||
|
||||
Reference in New Issue
Block a user