playframework / twirl

Twirl is Play's default template engine
Apache License 2.0
549 stars 108 forks source link

Generates sources with JavaConversions, which doesn't exist anymore in Scala-2.13 #320

Closed andreak closed 4 years ago

andreak commented 4 years ago

I reported this issue https://github.com/JakeWharton/twirl-maven-plugin/issues/16 but I think it's a twirl issue so I'm reporting it here as well.

Am I not using twirl correctly with scala-2.13 as sources are generated containing JavaConversions?

andreak commented 4 years ago

Solved by setting useJavaHelpers=false in the maven-plugin's config. Closing issue.