Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/kotlin-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ automatically configure additional tasks for bundling the shadowed JAR for its `
}

kotlin {
@Suppress("OPT_IN_USAGE")
jvm().mainRun {
// Optionally, set the main class for `runJvm`.
mainClass = "myapp.MainKt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ val commonGradleArgs =
"--build-cache",
"--stacktrace",
"--warning-mode=fail",
"-Dorg.gradle.kotlin.dsl.allWarningsAsErrors=true",
"-Dorg.gradle.tooling.parallel=true",
// https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage:parallel
"-Dorg.gradle.configuration-cache.parallel=true",
// https://docs.gradle.org/current/userguide/isolated_projects.html#how_do_i_use_it
Expand Down