File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public abstract class com/github/jengelman/gradle/plugins/shadow/ShadowKmpAppPlu
67
67
public static final field SHADOW_SCRIPTS_TASK_NAME Ljava/lang/String;
68
68
public fun <init> ()V
69
69
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
71
71
public synthetic fun apply (Ljava/lang/Object;)V
72
72
public fun apply (Lorg/gradle/api/Project;)V
73
73
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
7
7
import assertk.assertions.doesNotContain
8
8
import assertk.assertions.isEqualTo
9
9
import com.github.jengelman.gradle.plugins.shadow.ShadowBasePlugin.Companion.DISTRIBUTION_NAME
10
- import com.github.jengelman.gradle.plugins.shadow.ShadowJavaAppPlugin.Companion.SHADOW_INSTALL_TASK_NAME
11
10
import com.github.jengelman.gradle.plugins.shadow.internal.classPathAttributeKey
12
11
import com.github.jengelman.gradle.plugins.shadow.internal.mainClassAttributeKey
13
12
import com.github.jengelman.gradle.plugins.shadow.util.Issue
You can’t perform that action at this time.
0 commit comments