Closed
Description
Enhancement request:
bootstraps/common/build/templates/build.tmpl.gradle
Uses a depreciated keyword compile
in the dependencies block.
compile
will be removed and replaced with implementation
in Gradle 7
https://tomgregory.com/gradle-implementation-vs-compile-dependencies/