fix: fallback night-config version to fix config save problem
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
val log4jPlugins = sourceSets.create("log4jPlugins") {
|
val log4jPlugins = sourceSets.create("log4jPlugins") {
|
||||||
@@ -158,7 +_,7 @@
|
@@ -158,10 +_,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@@ -50,7 +50,11 @@
|
|||||||
+ implementation(project(":lophine-api"))
|
+ implementation(project(":lophine-api"))
|
||||||
// Luminol start - Dependenices insert
|
// Luminol start - Dependenices insert
|
||||||
implementation("net.objecthunter:exp4j:0.4.8")
|
implementation("net.objecthunter:exp4j:0.4.8")
|
||||||
implementation("com.electronwill.night-config:toml:3.9.0") // Night config
|
- implementation("com.electronwill.night-config:toml:3.9.0") // Night config
|
||||||
|
+ implementation("com.electronwill.night-config:toml:3.8.4") // Night config
|
||||||
|
implementation("com.github.luben:zstd-jni:1.5.4-1")
|
||||||
|
implementation("net.openhft:zero-allocation-hashing:0.16")
|
||||||
|
implementation("io.github.classgraph:classgraph:4.8.158")
|
||||||
@@ -234,14 +_,14 @@
|
@@ -234,14 +_,14 @@
|
||||||
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
|
val gitBranch = git.exec(providers, "rev-parse", "--abbrev-ref", "HEAD").get().trim()
|
||||||
attributes(
|
attributes(
|
||||||
|
|||||||
Reference in New Issue
Block a user