Closed ahjohannessen closed 8 months ago
@ahjohannessen @mkurz I checked this for Gradle and as I expected all is fine. The changes in twirl-compiler works fine for all supported build systems.
@ihostage That is great to hear :)
@Mergifyio backport 1.6.x
backport 1.6.x
@mkurz Super :) Next thing could perhaps be to introduce something like:
trait TwirlCompiler {
def compile(…)
// perhaps not necessary
def compileVirtual(…)
}
and do some cleanup with compile options.
@ahjohannessen Pull requests always welcome :wink:
This adds a bit of redudant overloads. The most important aspect for me now is that mima and tests pass plus a minor release can be shipped. At a later time, one can remove overloads and duplication, do a cleanup with a breaking change and bump major version or similar.