-
Thank you to our community contributors:
-
cmsr - TwirlCompiler support for dependency injection
-
novokrest - NPE when compiling routes with Play 2.3.X
-
clemstoquart - Fix deprecated code relying on ProjectLayout.configurableFiles()
-
arjunchhabra - Add preliminary support for Play 2.7.X
-
Add workaround for multiple SLF4J bindings on classpath for runPlay
-
Restore compatibility with Gradle 5.1.1 and added test coverage for Gradle 5.1.1-5.5.1
-
Update to build with Gradle 5.5.1
-
Use the
Provider
-API to carry dependencies forPlayRun
instead of explicit dependencies. Previously,PlayRun
depended onbuild
explicitly, which required tests to run beforePlayRun
could run.
-
Generate a proper Class-Path manifest entry with runtime classpath
-
IDEA plugin should allow users to modify source directories
-
Rework plugins to rely on Java/Scala plugin configurations
-
Move classes from package
org.gradle.scala.internal.reflect
from Gradle core into plugin code base.
-
Ensure compatibility with Gradle 5.2 ({uri-github-issues}/82[issue #82]).
-
Fix test code in basic and advanced samples ({uri-github-issues}/74[issue #74]).
-
Improve Javadoc for public API ({uri-github-issues}/80[issue #80]).
-
Samples can be run as standalone projects ({uri-github-issues}/76[issue #76]).
-
Initial version of plugin.