[Commonizer] Allow debugging through "runCommonizer" Gradle task
This commit is contained in:
@@ -31,7 +31,7 @@ dependencies {
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
}
|
||||
|
||||
val runCommonizer by tasks.registering(NoDebugJavaExec::class) {
|
||||
val runCommonizer by tasks.registering(JavaExec::class) {
|
||||
classpath(configurations.compileOnly, sourceSets.main.get().runtimeClasspath)
|
||||
main = "org.jetbrains.kotlin.descriptors.commonizer.cli.CommonizerCLI"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user