Skip to content

Conditionally use different sbt plugin

What does this MR do?

This merge request allows us to conditionally use a different sbt plugin declaration for our Debian image in order to allow us to support Java 21 sbt projects. It does this by using code inside plugins.sbt that selects which version of the plugin to use. Currently support is limited to sbt 1.9.7.

What are the relevant issue numbers?

What are the related merge requests?

Notes

Demonstrates an alternative path forward for:

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports