Spyke

Replies

kotlin

Comment on

Applying BuildScript Classpath to Gradle Convention Plugin

Reply in thread

Hi. Thank you for responding. I basically want to add the jib extension mentioned here (code snippet provided). https://github.com/GoogleContainerTools/jib-extensions/tree/master/first-party/jib-ownership-extension-gradle

Instead of applying it directly to the project, I want to add all this config to a convention plugin and add that to the project. Hoping to reuse the config across many projects.

You reached the end