playframework icon indicating copy to clipboard operation
playframework copied to clipboard

Gradle Play Support

Results 56 playframework issues
Sort by recently updated
recently updated
newest added

Added support for 2.9.0+ versions of PlayFramework - Dropped support for Scala 2.12 in higher Play version enums - DefaultVersionedRoutesCompiler uses VersionNumber for version fiddling - Added isLowerThan, isHigherThan VersionNumber...

Is it planned to add support for Play 2.9 & 3.0 in this plugin ? It would seam that support for Gradle is being worked on by the Play maintainers...

I found an odd condition in PlayDistributionPlugin:143 when browsing the plugin source code. I think I fixed the generated archives (zip & tar) base name. I had to change some...

Plugin version 0.14 [became incompatible](https://builds.gradle.org/buildConfiguration/Gradle_Release_Check_ConfigCacheSmokeTestsJava8/68373818?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true&expandBuildTestsSection=true) with the configuration cache. ``` FAILURE: Build failed with an exception. * What went wrong: Configuration cache problems found in this build. 1 problem was...

bug

I am having a problem converting my application from sbt to gradle, the error is like this ``` A failure occurred while executing org.gradle.playframework.tasks.internal.JavaScriptMinifyWorkAction Minification failed with the following errors:...

Hi again I dive in the plugin a bit and compare it to other gradle plugins (spring boot) and other gradle plugins look like it require quite a bit of...

I have spent considerable time and effort to migrate my project and custom plugins from [previous version](https://docs.gradle.org/current/userguide/play_plugin.html) (which still uses Gradle Software Model) to this version, hoping that this would...

Hi How and where should I set the logbag.xml file to make runPlay task take the log configuration in consideration ?

Looks like runPlay task is not connecting to Intellij when running local debug - did someone succeed to make this work ? Also look like when stopping in Intellij the...

Allows for the overriding of the java version used to invoke the twirl template compiler. Resulting build.gradle.kts syntax would look like ```kotlin tasks.compilePlayTwirlTemplates { javaLauncher.set(javaToolchains.launcherFor { languageVersion.set(JavaLanguageVersion.of(8)) }) } ```...