https://gradle.com/ logo
Join Slack
Powered by
# playframework
  • s

    Slackbot

    10/05/2020, 7:55 PM
    This message was deleted.
  • s

    Slackbot

    12/10/2021, 9:58 AM
    This message was deleted.
  • s

    Slackbot

    01/13/2022, 12:36 PM
    This message was deleted.
  • s

    Slackbot

    05/10/2022, 2:16 PM
    This message was deleted.
    c
    j
    • 3
    • 4
  • s

    Slackbot

    06/29/2022, 1:07 PM
    This message was deleted.
    c
    • 2
    • 1
  • w

    Wojciech Stanczak

    01/26/2023, 2:18 PM
    Anyone here ? šŸ˜„
    šŸ‘‹ 2
  • s

    Sergey Morgunov

    08/17/2023, 2:24 PM
    Hi, folks! šŸ‘‹ Could you tell me, how can I rewrite this code (one of example in plugin sources) to Kotlin DSL?
    Copy code
    sourceSets {
        main {
            twirl {
                srcDir 'extra/twirl'
            }
        }
    }
  • s

    Sergey Morgunov

    08/17/2023, 3:48 PM
    OMG 😱 I made this variant, that worked
    Copy code
    sourceSets {
        main {
            (conventionPluginOf(this, "twirl") as TwirlSourceSet).twirl {
                srcDir("src/main/twirl")
            }
        }
    }
    But it’s ugly šŸ˜ž Maybe someone know another way?
  • s

    Slackbot

    08/17/2023, 6:19 PM
    This message was deleted.
    s
    • 2
    • 1
  • s

    Sergey Morgunov

    01/25/2024, 9:32 AM
    Hi, everyone! šŸ‘‹ The Play Team is happy to announce the start of β-testing for our new Play Gradle Plugin šŸ˜‰ https://github.com/orgs/playframework/discussions/12338
    šŸ™Œ 1
    ā¤ļø 1
  • l

    Luke Shadler

    03/12/2025, 9:23 PM
    Hello šŸ‘‹! Looking for some guidance on how to help my team get to newer versions of Gradle, and I was hoping this group could help out. I have recently been working on upgrading my team’s build to 8.13, and ran into an issue where the old play plugin is no longer functioning, running into some weird class failures. This plugin is clearly pretty old, being built on language version 8 and gradle version 6.x. I am not particularly surprised that, given our project is on Java 17 and currently Gradle 8.5, we would eventually see some incompatibilities. I am aware that there is a new and upcoming gradle plugin for Play, but we are not currently in a position where we can upgrade to Play 3.x to make use of it. My main question(s): • Has anyone run into this bind yet? I don’t see anything on the repo issues, but maybe there’s been some action here. • Is there guidance on how I could potentially contribute, or work around, this dependency versioning issue? Thanks in advance!
    c
    • 2
    • 10