GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.58k stars 1.43k forks source link

Rewrite example Gradle projects in Kotlin #4149

Closed KengoTODA closed 1 week ago

KengoTODA commented 9 months ago

Description of the issue:

Additional Information:

OneCricketeer commented 9 months ago

Currently Gradle projects in the examples directory is written in Groovy DSL

The ktor one isn't

blakeli0 commented 1 week ago

Groovy DSL is still supported, we don't have plan to rewrite our examples at this moment. Please refer to the examples in ktor folder if you need guidance on using Jib in Gradle projects with Kotlin DSL.