Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 389 Bytes

File metadata and controls

9 lines (7 loc) · 389 Bytes

Modeling multi-project applications

Play applications can be built in multi-project builds as well. Simply apply the org.gradle.playframework plugin in the appropriate subprojects and create any project dependencies on the play configuration.

build.gradle
link:{samplesCodeDir}/multi-project/groovy/build.gradle[role=include]