<@U0BN9C0HM> yep - we already build http4k against...
# http4k
d
@krtko yep - we already build http4k against java 11 and my current project is also happily using Java 11 in prod. We're also using Google Jib, which is pretty cool for building efficiently sized docker images straight from Gradle. https://github.com/GoogleContainerTools/jib
k
Any caveats to using Java 11?
d
not really, apart from things like Dokka not supporting it - which is a problem for us since we want to publish Dokka docs! 🙂
k
Thanks for your help
👍 1