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

    Slackbot

    01/06/2023, 2:54 AM
    This message was deleted.
    e
    v
    • 3
    • 3
  • j

    Jiří Grygerek

    01/06/2023, 5:47 PM
    hello there
  • s

    Slackbot

    01/06/2023, 5:47 PM
    This message was deleted.
    c
    j
    • 3
    • 29
  • s

    Slackbot

    01/06/2023, 6:01 PM
    This message was deleted.
    k
    v
    • 3
    • 2
  • d

    Dhruv Sharma

    01/07/2023, 2:48 PM
    Hello I am contributing to the project on Github and during merging I got the error that CI Android/ JDK 11(pull request failed) when I check the details I get error at spot check
  • d

    Dhruv Sharma

    01/07/2023, 2:49 PM
    This the error i am facing any suggestion
  • s

    Slackbot

    01/07/2023, 2:50 PM
    This message was deleted.
    j
    d
    • 3
    • 5
  • j

    Javi

    01/07/2023, 3:37 PM
    I have this extension function
    Copy code
    internal inline fun <reified T> Project.property(noinline block: Project.() -> T): Property<T> =
        objects.property<T>().convention(project.provider { block(this) })
    But I am getting a crash
    Copy code
    inline fun property(): compile avoidance is not supported with public inline functions
    This is only happening with Gradle TestKit. Testing it in included builds doesn't crash. Is there any workaround?
  • s

    Slackbot

    01/08/2023, 9:14 AM
    This message was deleted.
    v
    e
    • 3
    • 4
  • s

    Slackbot

    01/08/2023, 2:53 PM
    This message was deleted.
    j
    • 2
    • 1
  • s

    Slackbot

    01/09/2023, 11:26 AM
    This message was deleted.
    g
    • 2
    • 1
  • a

    AG

    01/09/2023, 5:08 PM
    I have a
    build-logic-settings
    included build in my
    pluginManagement
    block and I have a convention plugin to configure the build cache inside the project. As I understand from the docs
    Copy code
    This configuration precedence does not apply to plugin builds included through pluginManagement as these are loaded before the cache configuration itself.
    my plugin won't work in
    build-logic-settings
    , so as a workaround I've applied that plugin directly in
    build-logic-settings
    Copy code
    apply(from = "cache-plugin/src/main/kotlin/convention-cache.settings.gradle.kts")
    but after generating a build scan it says that
    Copy code
    The build cache configuration of the root build differs from the build cache configuration of the early evaluated ':build-logic-settings' included build
    so what's the right way to have the same build cache config?
  • s

    Slackbot

    01/09/2023, 6:30 PM
    This message was deleted.
    e
    d
    m
    • 4
    • 7
  • s

    Slackbot

    01/09/2023, 8:00 PM
    This message was deleted.
    r
    v
    j
    • 4
    • 3
  • s

    Slackbot

    01/10/2023, 9:22 AM
    This message was deleted.
    v
    a
    • 3
    • 13
  • s

    Slackbot

    01/10/2023, 11:13 AM
    This message was deleted.
    j
    • 2
    • 3
  • s

    Slackbot

    01/10/2023, 12:25 PM
    This message was deleted.
    v
    j
    • 3
    • 15
  • s

    Slackbot

    01/10/2023, 1:02 PM
    This message was deleted.
    j
    p
    • 3
    • 4
  • s

    Slackbot

    01/10/2023, 1:38 PM
    This message was deleted.
    v
    d
    • 3
    • 2
  • s

    Slackbot

    01/10/2023, 3:08 PM
    This message was deleted.
    v
    s
    • 3
    • 2
  • m

    Matthew Von-Maszewski

    01/10/2023, 4:33 PM
    For a cpp-library build, I have this dependency:
    Copy code
    implementation "org.boost:boost_program_options:1.67.0" + Platform
    I need to know the path were gradle places this library. Need the path for some special linker parameters. Any hints on how to obtain the path?
  • j

    Joseph McCay

    01/10/2023, 10:39 PM
    I am using Gradle 6.8.2, and upgrading it further is not a possibility right now. I am trying to upgrade the JWebAssembly-Gradle for use. The old code had:
    Copy code
    plugins {
      id "com.gradle.plugin-publish" version "0.20.0"
    }
    
    pluginBundle {
        website = '<https://github.com/i-net-software/JWebAssembly-Gradle>'
        vcsUrl = '<https://github.com/i-net-software/JWebAssembly-Gradle>'
        description = 'A Gradle plugin for the JWebAssembly compiler. A Java bytecode to WebAssembly converter. It produce the WASM and JavaScript file from your *.java, *.class and/or *.jar files.'
        tags = ['jwebassembly', 'webassembly', 'wasm', 'java', 'bytecode', 'compile', 'converter', 'transpiler' ]
    
        plugins {
            jwebassemblerPlugin {
                id = 'de.inetsoftware.jwebassembly'
                displayName = 'Gradle JWebAssembly plugin'
                tags = ['jwebassembly', 'webassembly', 'wasm', 'java', 'bytecode', 'compile', 'converter', 'transpiler' ]
            }
        }
        mavenCoordinates {
            artifactId = archivesBaseName
        }
    }
  • s

    Slackbot

    01/10/2023, 10:55 PM
    This message was deleted.
    e
    v
    j
    • 4
    • 6
  • s

    Slackbot

    01/11/2023, 1:47 AM
    This message was deleted.
    j
    e
    • 3
    • 13
  • s

    Slackbot

    01/11/2023, 3:30 AM
    This message was deleted.
    j
    e
    • 3
    • 6
  • s

    Slackbot

    01/11/2023, 11:55 AM
    This message was deleted.
    v
    p
    +3
    • 6
    • 7
  • a

    Arimil

    01/11/2023, 12:58 PM
    Is it possible to use a version catalog in a buildSrc plugin? I have a project that's using buildSrc plugins to configure reputable things for specific languages, however I'm not able to use the published version catalogs in those plugins. It seems applying the version catalogs in
    buildSrc/settings.gradle.kts
    is not sufficient.
  • s

    Slackbot

    01/11/2023, 1:11 PM
    This message was deleted.
    m
    v
    +5
    • 8
    • 15
  • s

    Slackbot

    01/12/2023, 1:19 AM
    This message was deleted.
    v
    e
    j
    • 4
    • 20
  • s

    Slackbot

    01/12/2023, 5:43 AM
    This message was deleted.
    v
    • 2
    • 1
1...333435...102Latest