File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
jit-binding-server/src/main/kotlin/io/github/typesafegithub/workflows/jitbindingserver Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package io.github.typesafegithub.workflows.jitbindingserver
22
33import io.github.reactivecircus.cache4k.Cache
44import io.github.typesafegithub.workflows.actionbindinggenerator.domain.ActionCoords
5+ import io.github.typesafegithub.workflows.actionbindinggenerator.domain.prettyPrint
56import io.github.typesafegithub.workflows.mavenbinding.Artifact
67import io.github.typesafegithub.workflows.mavenbinding.JarArtifact
78import io.github.typesafegithub.workflows.mavenbinding.TextArtifact
@@ -39,6 +40,7 @@ fun main() {
3940 name = name,
4041 version = version,
4142 )
43+ println (" ➡️ Requesting ${actionCoords.prettyPrint} " )
4244 val bindingArtifacts =
4345 if (bindingsCache.get(actionCoords) != null ) {
4446 bindingsCache.get(actionCoords)!!
You can’t perform that action at this time.
0 commit comments