File tree Expand file tree Collapse file tree
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public abstract class com/github/jengelman/gradle/plugins/shadow/ShadowKmpAppPlu
6767 public static final field SHADOW_SCRIPTS_TASK_NAME Ljava/lang/String;
6868 public fun <init> ()V
6969 protected fun addCreateScriptsTask (Lorg/gradle/api/Project;)V
70- protected fun addRunTask (Lorg/gradle/api/Project;)V
70+ protected fun addRunTask (Lorg/gradle/api/Project;Lorg/jetbrains/kotlin/gradle/targets/jvm/KotlinJvmBinaryDsl; )V
7171 public synthetic fun apply (Ljava/lang/Object;)V
7272 public fun apply (Lorg/gradle/api/Project;)V
7373 protected fun configureDistribution (Lorg/gradle/api/Project;)V
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import assertk.assertions.containsOnly
77import assertk.assertions.doesNotContain
88import assertk.assertions.isEqualTo
99import com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin.Companion.DISTRIBUTION_NAME
10- import com.github.jengelman.gradle.plugins.shadow.ShadowJavaAppPlugin.Companion.SHADOW_INSTALL_TASK_NAME
1110import com.github.jengelman.gradle.plugins.shadow.internal.classPathAttributeKey
1211import com.github.jengelman.gradle.plugins.shadow.internal.mainClassAttributeKey
1312import com.github.jengelman.gradle.plugins.shadow.util.Issue
You can’t perform that action at this time.
0 commit comments