* add oracle jar to build (#1096) * add oracle config (#1096) * add eth_getLogsEstimate (#1096) * add scheduler for oracle (#1096) * fix tests :[ (#1096)
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -123,8 +123,16 @@ dependencies {
|
||||
implementation(variantOf(libs.netty.tcnative.boringssl) { classifier("linux-x86_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_20)
|
||||
}
|
||||
@@ -327,4 +335,4 @@ ktlint {
|
||||
}
|
||||
}
|
||||
|
||||
compileKotlin.dependsOn chainscodegen
|
||||
compileKotlin.dependsOn chainscodegen
|
||||
|
||||
Reference in New Issue
Block a user