Skip to content

Commit

Permalink
exclude kotlin-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jan 2, 2025
1 parent 5905f84 commit ff9a301
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,18 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-slf4j-impl"
exclude group: "org.slf4j", module: "slf4j-api"
exclude group: "com.mojang", module: "authlib"
exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib"
}

// JCEF Support
includeModDependency "com.github.CCBlueX:mcef:${project.mcef_version}"
includeModDependency ("com.github.CCBlueX:mcef:${project.mcef_version}") {
exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib"
}
includeDependency "org.apache.commons:commons-exec:1.3"
includeDependency "org.apache.commons:commons-compress:1.27.1"
includeDependency ("com.github.CCBlueX:netty-httpserver:2.1.1") {
exclude group: "io.netty", module: "netty-all"
exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib"
}

// Discord RPC Support
Expand Down

0 comments on commit ff9a301

Please sign in to comment.