https://gradle.com/ logo
Join Slack
Powered by
# community-support
  • s

    Slackbot

    08/21/2022, 4:14 PM
    This message was deleted.
    p
    • 2
    • 4
  • s

    Slackbot

    08/22/2022, 3:11 PM
    This message was deleted.
    c
    j
    • 3
    • 6
  • j

    Jaswanth

    08/22/2022, 3:11 PM
    How to solve it
    đŸ§” 3
  • s

    Slackbot

    08/23/2022, 10:48 AM
    This message was deleted.
    v
    e
    • 3
    • 26
  • s

    Slackbot

    08/23/2022, 5:08 PM
    This message was deleted.
    l
    t
    • 3
    • 3
  • s

    Slackbot

    08/23/2022, 5:55 PM
    This message was deleted.
    e
    v
    • 3
    • 2
  • s

    Slackbot

    08/23/2022, 11:55 PM
    This message was deleted.
    ➕ 2
    a
    a
    +2
    • 5
    • 8
  • s

    Slackbot

    08/24/2022, 6:09 PM
    This message was deleted.
    v
    j
    • 3
    • 2
  • s

    Slackbot

    08/24/2022, 8:14 PM
    This message was deleted.
    t
    r
    • 3
    • 2
  • a

    Ashwin Kachhara

    08/25/2022, 6:46 PM
    Hello, I’m working on a composite build project that uses version catalogs (gradle 7.5.1) on one of the leaf nodes (doesn’t include another build) Running into this error
    Copy code
    Error resolving plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.7.0']
    > The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.
    on this block
    Copy code
    plugins {
        alias(libs.plugins.kotlin.jvm)
        alias(libs.plugins.detekt)
        id 'java-library'
        alias(libs.plugins.kotlin.kapt)
        id 'maven-publish'
    }
    I tried using the solution described in this gradle issue, but ran into this other issue
    Copy code
    Could not compile build file '<...>/projectA/build.gradle'.
    > startup failed:
      build file '<...>/projectA/build.gradle': 2: argument list must be exactly 1 literal String or String with property replacement
    This started happening after I applied a custom gradle settings plugin (linked in this thread) Does anyone know why this is running into an issue?
  • s

    Slackbot

    08/26/2022, 12:28 PM
    This message was deleted.
    👍 1
    ➕ 2
    a
    j
    +3
    • 6
    • 24
  • i

    Ivan Serdyuk

    08/26/2022, 1:10 PM
    Who is dealing with Android Studio, out here?
  • s

    Slackbot

    08/26/2022, 2:55 PM
    This message was deleted.
    n
    p
    • 3
    • 4
  • e

    Eli Graber

    08/26/2022, 6:55 PM
    I tweaked a bunch of stuff in my core Gradle logic, and now one of my projects prints a warning for each Kotlin multiplatform target, that the
    <target>Klibraries
    and
    <target>Classpath
    configurations were resolved during configuration time. Any ideas on where the best places are in my Gradle logic to start looking for what is causing this?
  • s

    Slackbot

    08/27/2022, 2:40 AM
    This message was deleted.
    v
    p
    • 3
    • 4
  • s

    Slackbot

    08/29/2022, 3:08 AM
    This message was deleted.
    t
    • 2
    • 1
  • a

    Ayse Altinsoy

    08/29/2022, 8:28 AM
    Hello everyone, - We are excited to announce our first Developer Productivity Engineering Summit! The event will take place in San Francisco on November 2-3, 2022. In this two-day summit we’ll focus exclusively on Developer Productivity Engineering, featuring speakers from Airbnb, DoorDash, Google, Gradle, LinkedIn, Microsoft, Netflix, Slack, Square, and Uber. Check out the event details at the DPE Summit website << dpesummit.com>>. Use the code gc-slack-100 to receive a $100 discount off the registration price. See you there!
  • s

    Slackbot

    08/29/2022, 4:48 PM
    This message was deleted.
    v
    j
    • 3
    • 6
  • c

    Clayton Walker

    08/29/2022, 8:53 PM
    Any thoughts on https://discuss.gradle.org/t/is-it-good-practice-to-apply-a-platform-dependency-to-all-configurations/37817? I have a few dependencies in implementation, api, annotationProcessor, compileOnly and test that I'd like to all use the spring platform bom.
  • s

    Slackbot

    08/29/2022, 9:16 PM
    This message was deleted.
    v
    • 2
    • 1
  • s

    Slackbot

    08/29/2022, 9:56 PM
    This message was deleted.
    a
    • 2
    • 1
  • s

    Slackbot

    08/30/2022, 1:45 PM
    This message was deleted.
    v
    • 2
    • 1
  • s

    Slackbot

    08/30/2022, 10:32 PM
    This message was deleted.
    v
    • 2
    • 1
  • s

    Slackbot

    08/31/2022, 9:00 AM
    This message was deleted.
    v
    s
    • 3
    • 18
  • a

    Ayse Altinsoy

    08/31/2022, 12:55 PM
    Hello everyone, - just another DPE Summit related announcement it is 🙂 We opened a new channel for updating the community about our event. Go check the #C04063WRPT4 channel --> <https://gradle-community.slack.com/archives/C04063WRPT4 >>
  • s

    Slackbot

    08/31/2022, 7:22 PM
    This message was deleted.
    v
    a
    +2
    • 5
    • 19
  • s

    Slackbot

    08/31/2022, 1:32 PM
    This message was deleted.
    d
    k
    v
    • 4
    • 11
  • s

    Slackbot

    08/31/2022, 2:40 PM
    This message was deleted.
    j
    f
    • 3
    • 10
  • p

    Puneet Behl

    09/01/2022, 10:01 AM
    👋 Hello, team! I am working on updating the Grails framework to Apache Groovy 4. I am struggling to solve the following problem:
    Copy code
    * What went wrong:
    Execution failed for task ':grails-core:compileGroovy'.
    > Could not resolve all files for configuration ':grails-core:annotationProcessor'.
       > Could not resolve org.codehaus.groovy:groovy-bom:3.0.10.
         Required by:
             project :grails-core > io.micronaut.spring:micronaut-spring-annotation:4.1.1 > io.micronaut:micronaut-bom:3.5.1
             project :grails-core > io.micronaut.spring:micronaut-spring-annotation:4.1.1 > io.micronaut:micronaut-bom:3.5.1 > io.micronaut.groovy:micronaut-groovy-bom:3.1.0
          > No matching variant of org.apache.groovy:groovy-bom:4.0.4 was found. The consumer was configured to find a runtime of a library, packaged as a jar, and its dependencies declared externally but:
              - Variant 'apiElements' capability org.apache.groovy:groovy-bom:4.0.4:
                  - Incompatible because this component declares an API of a platform and the consumer needed a runtime of a library
    I think the above is happening due to
    annotationProcessor "io.micronaut.spring:micronaut-spring-annotation:$micronautSpringVersion
    in the
    build.gradle
    file. Is there an easy way to exclude the
    groovy-bom
    from
    annnotationProcessor
    something as the following:
    Copy code
    annotationProcessor("io.micronaut.spring:micronaut-spring-annotation:$micronautSpringVersion") {
            exclude group: "org.codehaus.groovy", module: "groovy-bom"
        }
    I would appreciate any help with the same.
  • s

    Slackbot

    09/01/2022, 3:37 PM
    This message was deleted.
    v
    c
    • 3
    • 4
1...192021...102Latest