File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package io.github.typesafegithub.workflows.mavenbinding
33import io.github.typesafegithub.workflows.actionbindinggenerator.domain.ActionCoords
44import io.github.typesafegithub.workflows.actionbindinggenerator.domain.NewestForVersion
55import io.github.typesafegithub.workflows.actionbindinggenerator.generation.ActionBinding
6+ import io.github.typesafegithub.workflows.actionbindinggenerator.generation.ClientType
67import io.github.typesafegithub.workflows.actionbindinggenerator.generation.generateBinding
78import org.jetbrains.kotlin.cli.common.arguments.K2JVMCompilerArguments
89import org.jetbrains.kotlin.cli.common.messages.MessageRenderer
@@ -40,6 +41,7 @@ private fun generateBinding(
4041 )
4142 return actionCoords.generateBinding(
4243 metadataRevision = NewestForVersion ,
44+ clientType = ClientType .VERSIONED_JAR ,
4345 )
4446}
4547
You can’t perform that action at this time.
0 commit comments