From 962af4e2007b579fa24d9a98d710a3366a81ee97 Mon Sep 17 00:00:00 2001 From: bxx <102979712+bxx2004@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:00:05 +0800 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ab41c1e..13fc3e4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { @@ -26,7 +24,3 @@ tasks.test { tasks.withType { kotlinOptions.jvmTarget = "1.8" } - -application { - mainClass.set("MainKt") -} \ No newline at end of file