File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
55 dev.suresh.plugin.kotlin.jvm
66 application
77 com.gradleup.shadow
8+ dev.suresh.plugin.publishing
89}
910
1011description = " JVM JFR Agent!"
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ kotlin.sourceSets {
1313 implementation(libs.pty4j)
1414 // implementation(libs.graal.polyglot)
1515 // implementation(libs.graal.wasm)
16+ // implementation(fileTree("lib") { include("*.jar") })
1617 }
1718
1819 kotlin.srcDir(" src/main/kotlin" )
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ dependencies {
2121 wasmJsMainImplementation(libs.kotlin.cryptography.webcrypto)
2222
2323 sharedJsRes(
24- project(path = projects.shared.dependencyProject .path, configuration = " sharedJsResources" ))
24+ project(path = projects.shared.identityPath .path, configuration = " sharedJsResources" ))
2525 sharedWasmRes(
26- project(path = projects.shared.dependencyProject .path, configuration = " sharedWasmResources" ))
26+ project(path = projects.shared.identityPath .path, configuration = " sharedWasmResources" ))
2727}
2828
2929tasks {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import dev.suresh.readAsByteArray
33import dev.suresh.readAsText
44import dev.suresh.selectFileFromDisk
55import dev.whyoleg.cryptography.CryptographyProvider
6- import dev.whyoleg.cryptography.algorithms.digest. SHA512
6+ import dev.whyoleg.cryptography.algorithms.SHA512
77import io.github.oshai.kotlinlogging.KotlinLogging
88import kotlin.random.Random
99import kotlin.time.Duration.Companion.milliseconds
You can’t perform that action at this time.
0 commit comments