Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Dec 6, 2023
1 parent 6916f07 commit 2202c9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ dependencies {
implementation(group = "com.simiacryptus.skyenet", name = "webui", version = skyenet_version)
{ exclude(group = "org.jetbrains.kotlin", module = "") }

// implementation(kotlin("compiler"))
implementation(files("C:\\Users\\andre\\code\\SkyeNet\\kotlin-hack\\build\\libs\\kotlin-hack-1.0.42.jar"))

// implementation(group = "com.simiacryptus.skyenet", name = "kotlin-hack", version = "1.0.42")
// { isTransitive = false }
// implementation(files("C:\\Users\\andre\\code\\SkyeNet\\kotlin-hack\\build\\libs\\kotlin-hack-1.0.42.jar"))
implementation(group = "com.simiacryptus.skyenet", name = "kotlin-hack", version = "1.0.42") { isTransitive = false }

implementation(group = "org.apache.httpcomponents.client5", name = "httpclient5", version = "5.2.1")
implementation(group = "org.eclipse.jetty", name = "jetty-server", version = jetty_version)
Expand Down

0 comments on commit 2202c9f

Please sign in to comment.