Remove oracle (#620)

This commit is contained in:
KirillPamPam
2025-01-16 14:02:14 +04:00
committed by GitHub
parent 872f900f8d
commit 35d311ef1b
33 changed files with 70 additions and 417 deletions

View File

@@ -122,16 +122,8 @@ dependencies {
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("linux-aarch_64") })
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("osx-x86_64") })
implementation 'dshackle:foundation:1.0.0'
implementation files('src/main/resources/LogsOracle.jar')
}
// Enable 'Foreign Function & Memory API' (JEP 434)
// Drop after update on Java 21
tasks.withType(JavaCompile) { options.compilerArgs += "--enable-preview" }
tasks.withType(Test) { jvmArgs += "--enable-preview" }
tasks.withType(JavaExec) { jvmArgs += "--enable-preview" }
compileKotlin {
compilerOptions.jvmTarget.set(JvmTarget.JVM_21)
}