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

    Slackbot

    03/19/2020, 8:42 PM
    This message was deleted.
  • s

    Slackbot

    03/20/2020, 3:00 PM
    This message was deleted.
  • s

    Slackbot

    03/20/2020, 6:12 PM
    This message was deleted.
  • s

    Slackbot

    03/20/2020, 6:36 PM
    This message was deleted.
  • s

    Slackbot

    03/22/2020, 12:01 AM
    This message was deleted.
  • s

    Slackbot

    03/22/2020, 12:09 AM
    This message was deleted.
  • s

    Slackbot

    03/26/2020, 6:31 PM
    This message was deleted.
  • s

    Slackbot

    03/30/2020, 7:04 PM
    This message was deleted.
  • s

    Slackbot

    03/31/2020, 8:29 PM
    This message was deleted.
  • s

    Slackbot

    04/01/2020, 2:04 PM
    This message was deleted.
  • s

    Slackbot

    01/11/2022, 1:05 AM
    This message was deleted.
    c
    • 2
    • 1
  • s

    Slackbot

    01/15/2022, 8:40 AM
    This message was deleted.
    r
    v
    • 3
    • 2
  • s

    Slackbot

    01/19/2022, 10:06 AM
    This message was deleted.
  • s

    Slackbot

    01/21/2022, 8:50 PM
    This message was deleted.
    d
    • 2
    • 1
  • s

    Slackbot

    01/25/2022, 10:20 AM
    This message was deleted.
    c
    • 2
    • 3
  • s

    Slackbot

    01/27/2022, 6:03 AM
    This message was deleted.
  • s

    Slackbot

    01/31/2022, 9:42 PM
    This message was deleted.
  • a

    Attila Pal

    04/26/2022, 1:37 PM
    I see quite often this long exception from
    extractModuleInfo
    task. Do you have suggestions how to get rid of it? Thank you
  • a

    Alex Caldwell

    06/13/2022, 11:30 PM
    hey ya'll, having some dependency issues with a minecraft mod I am trying to set up
    build.gradle
  • m

    Miguel

    06/29/2022, 7:07 PM
    here is a screenshot of the plugin installed
  • m

    magic flo

    07/09/2022, 7:47 PM
    I'm trying to build my kotlin project then I do not get this error at compilation, running with debug and --scan does not change anything
  • m

    Mehdi Janbarari

    08/10/2022, 8:32 AM
    Hey Folks Is there someone facing the debugger connection issue? I'm trying to debug my unit test. but this error always shows.
  • p

    Philip W

    02/14/2025, 12:50 PM
    What’s the policy which versions of Gradle User Guides are shown in the version picker? At the moment it is latest (8.12.1), 6.1, nightly and 8.5. I would expect the latest version, the latest version -1, and the latest version of 7.X and maybe 6.X. But not 6.1 and 8.5
    s
    p
    t
    • 4
    • 6
  • j

    Javi

    02/14/2025, 2:17 PM
    Does Dataflow Actions have access to the whole build log? I have seen there is
    failure
    but I would be interested in getting the whole log as sometimes the
    failure
    does not include all the relevant data (for example, the list of tests that are failing).
    • 1
    • 1
  • н

    Никита Гучаков

    02/15/2025, 7:27 AM
    Hi, currently we run build in two steps
    Copy code
    gradle testCompile --continue --parallel
    then
    Copy code
    gradle test --continue --parallel
    it takes 40m summary when running as
    Copy code
    gradle testCompile test --continue --parallel
    it takes 35m because of better workers utilization. However, in that case it will run all unaffected tests when there were a compilation failure I want to combine benefits of both approaches and skip all test task if any module compilation failed, but not stopping compilation of the modules (as it works with --continue) How can I do that?
    v
    • 2
    • 3
  • s

    Saif Khan

    02/16/2025, 2:15 PM
    Screenshot (50).png
    ❓ 1
    v
    • 2
    • 1
  • d

    Devraj Nivriti Sutar

    02/17/2025, 6:25 AM
    I am facing this error while building a React Native APK. What went wrong: Execution failed for task 'appconfigureCMakeRelWithDebInfo[x86]'.
    com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
    v
    • 2
    • 1
  • a

    Akshat

    02/17/2025, 11:03 AM
    how can i resolve this issue (base) PS C:\Users\aksha\AndroidStudioProjects\cottonix> flutter run Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\aksha\AndroidStudioProjects\cottonix\android\app\build.gradle.kts' line: 1 * What went wrong: An exception occurred applying plugin request [id: 'dev.flutter.flutter-gradle-plugin']
    Failed to apply plugin 'dev.flutter.flutter-gradle-plugin'.
    > Cannot add task 'generateLockfiles' as a task with that name already exists. * Try:
    Run with --stacktrace option to get the stack trace.
    Run with --info or --debug option to get more log output.
    Run with --scan to get full insights.
    Get more help at https://help.gradle.org.
    BUILD FAILED in 7s Running Gradle task 'assembleDebug'... 8.1s Error: Gradle task assembleDebug failed with exit code 1 (base) PS C:\Users\aksha\AndroidStudioProjects\cottonix>
    v
    • 2
    • 1
  • f

    Francesco Guardiani

    02/17/2025, 6:52 PM
    Hey all! I've been struggling with something in my gradle build, I was wondering if someone has a ready made example for that: I want to shadow just a single dependency (protobuf) when releasing my library using maven-publish. I've tried few setups using #C06TFEALHGA, including copying the work done in Kafka here: https://github.com/apache/kafka/blob/9a2043041d38c6555ce0abf6d1438adb34f565b2/build.gradle, but none of them work for one reason or another: either I stumble on some issue with a wrong generated MANIFEST file, or the pom file doesn't contain the other dependencies that should be declared in the pom (they're simply not there), and so on...
  • c

    Charlie Hubbard

    02/18/2025, 3:12 AM
    I wanted to post in response to this request from Gradle Team on a defect: https://github.com/gradle/gradle/issues/31438#issuecomment-2589897380. I replied with some details about how to reproduce the problem, and a gradle plugin I created that is experiencing the issue reliably after upgrading to gradle 8.10.2. This details are in this post on github: https://github.com/gradle/gradle/issues/31438#issuecomment-2664493253
    v
    a
    • 3
    • 7
1...676869...102Latest