ktorio / ktor-build-plugins

Ktor Plugins for Build Systems
Apache License 2.0
58 stars 11 forks source link

KTOR-4568 `publishImage` throws 401 while credentials are correct #28

Closed jvmusin closed 2 years ago

jvmusin commented 2 years ago

JIB plugin is not ready for the configuration cache and loads tasks eagerly. To avoid errors with that, we can do all the work in the execution time instead of configuration time. This way we will only configure tasks that are part of the build.