Sterling Greene

Results 118 comments of Sterling Greene

We want the `localGroovy()` dependency to behave like a regular dependency with capabilities and participation in dependency conflict handling. As it exists today, it acts like a file collection dependency...

@YueZhaoDreams sorry, the latest docs weren't showing up. https://gradle.github.io/playframework/#change_log The latest release added support for 2.8

This was something inherited from the old plugin. I think we started doing this because we had a user that had jars coming from subprojects with the same name as...

Sorry to take so long to get back to you. I see what's going on now. `nebula.ospackage-application` also applies the built-in `application` plugin. This is ultimately what's causing problems and...

The reason we have a separate IDEA plugin for Play is because that's what the old plugin did. The only reason the old plugin did that was because it didn't...

I think feedback here would be good @ymwang1984

To unblock this, I think we should try doing this: Once the smoke test #58 is working, we should add a version of these classes to platform-play in gradle/gradle that...

I see three remaining afterEvaluates: https://github.com/gradle/play/blob/2e12a26ac1c2ad3be978bdbabea2d856af7d189f/src/main/java/com/lightbend/play/plugins/PlayTwirlPlugin.java#L39-L43 I think we could try removing this entirely and making it a documentation issue. If you use Java imports, you have to add a...