org.gradle.playframework-routes
Owner: Gradle
Plugin for compiling Play routes sources in a Play application.
https://gradle.github.io/playframework/
Sources: https://github.com/gradle/playframework
Version 0.14 (latest)
0.14
Created 28 June 2023.
Plugin for compiling Play routes sources in a Play application.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.playframework-routes") version "0.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle.playframework:gradle-playframework:0.14") } } apply(plugin = "org.gradle.playframework-routes")
- Applying plugins to all subprojects .