-
Adapted to Gradle 9.0 API changes
-
Fix broken release due to usage of
JavaPluginConvention
-
Fix broken release
-
Update project to use Asciidoctor 4.0.4
-
Fixes javadoc warnings upon building docs
-
Removes the use of more APIs scheduled for removal in Gradle 9.0
-
Update project to use Gradle 7.4.2
-
Updates Spock to Spock 2.0 and modernizes multi-version testing to use
where:blocks -
Removes the use of some APIs scheduled for removal in Gradle 9.0
-
Add configuration to post-process routes comments ({uri-github-issues}/109[issue #109]).
-
Remove use of more internal APIs
-
Remove usage of internal Gradle API org.gradle.api.internal.artifacts.dsl.LazyPublishArtifact
-
Update wrapper to Gradle 6.9.3
-
Clean unused imports
-
Fix compatibility with upcoming Gradle 8.0
-
Thank you to our community contributors:
-
iaco86 - Add support for Play 2.8
-
Fix compatibility with upcoming Gradle 7.0
-
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
-
JospehChiu - Release automation
-
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 forPlayRuninstead of explicit dependencies. Previously,PlayRundepended onbuildexplicitly, which required tests to run beforePlayRuncould 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.reflectfrom 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.