Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
bxx2004 authored Feb 5, 2024
1 parent 280456d commit 962af4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ repositories {
dependencies {
testImplementation(kotlin("test"))
implementation("org.openjdk.nashorn:nashorn-core:15.4")
implementation("org.yaml:snakeyaml:2.2")
//implementation("com.github.a-langer:jsr223-commonjs-modules:1.0.1")
}

tasks.test {
Expand All @@ -26,7 +24,3 @@ tasks.test {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
}

application {
mainClass.set("MainKt")
}

0 comments on commit 962af4e

Please sign in to comment.