https://gradle.com/ logo
Join Slack
Channels
community-support
android
caching
checkstyle-plugin
community-news
config-avoidance
configuration-cache
contributing
declarative-gradle
dependency-management
design-specs
develocity
developer-productivity-engineering
dev-shadow-plugin
docs
dpe-summit
feed
file-system-watching
flutter
fun
general
github-integrations
gradle-build-server
gradleup
gradlex
gsoc
gsoc-2025-improving-cc
jenkins-plugin-toolchain
jobs
kotlin-dsl
linen
maven
maven-central
migrating-from-ant
migrating-from-maven
native
performance
playframework
plugin-development
problems-api
random
releases
releases-discussion
roadmap
self-promotion
website
Powered by
# dependency-management
  • s

    Slackbot

    06/21/2022, 9:40 PM
    This message was deleted.
    🤘 2
    👍 4
    j
    • 2
    • 1
  • e

    Eug

    06/24/2022, 10:34 AM
    I have the multimodule project, however, one module is SDK and is used by other modules as a binary dependency from the maven repository. I want to update kotlin version only for SDK. Before for other dependencies, I was making a duplicated dependency with newer version that I only was referencing in the sdk module. For the kotlin I need also to use a newer plugin version. However, this plugin is used in all other modules. Is there a way to have two plugins of the different version in one multimodule project? We still use the legacy declaration of the plugin in the
    buildscript
    lambda.
  • s

    Slackbot

    06/27/2022, 7:59 AM
    This message was deleted.
    o
    j
    • 3
    • 2
  • s

    Slackbot

    07/06/2022, 11:43 AM
    This message was deleted.
    n
    c
    • 3
    • 7
  • c

    cnujntu

    07/06/2022, 11:43 AM
    I am facing POM issues in dependency track pipeline stage
    🧵 2
  • c

    cnujntu

    07/06/2022, 11:43 AM
    Please let me know if anyone faced above error
    🧵 1
  • s

    Slackbot

    07/06/2022, 11:44 AM
    This message was deleted.
    🧵 2
    m
    c
    v
    • 4
    • 15
  • s

    Slackbot

    07/07/2022, 3:57 PM
    This message was deleted.
    m
    t
    +2
    • 5
    • 13
  • s

    Slackbot

    07/08/2022, 7:12 AM
    This message was deleted.
    v
    a
    n
    • 4
    • 5
  • c

    cnujntu

    07/08/2022, 2:14 PM
    Hi All...Do anyone have good links to explore on syft and grype tools ?
  • s

    Slackbot

    07/11/2022, 11:09 PM
    This message was deleted.
    g
    t
    +3
    • 6
    • 41
  • s

    Slackbot

    07/12/2022, 4:20 PM
    This message was deleted.
    b
    m
    • 3
    • 7
  • s

    Slackbot

    07/13/2022, 6:14 AM
    This message was deleted.
    l
    s
    • 3
    • 10
  • s

    Slackbot

    07/14/2022, 10:42 AM
    This message was deleted.
    d
    s
    f
    • 4
    • 8
  • s

    Slackbot

    07/14/2022, 11:00 AM
    This message was deleted.
    t
    s
    r
    • 4
    • 12
  • s

    Slackbot

    07/14/2022, 10:48 PM
    This message was deleted.
    c
    m
    v
    • 4
    • 16
  • s

    Slackbot

    07/15/2022, 3:15 AM
    This message was deleted.
    t
    p
    • 3
    • 2
  • s

    Slackbot

    07/15/2022, 1:16 PM
    This message was deleted.
    s
    v
    x
    • 4
    • 32
  • s

    Slackbot

    07/17/2022, 12:06 PM
    This message was deleted.
    t
    m
    v
    • 4
    • 19
  • e

    Esa Firman

    07/18/2022, 9:41 AM
    Hi, we’re trying to use hash versioning for each modules. For now our options is either hashing the files inside the modules or get a hash from git. But both approaches did not consider transitive dependencies at all. One solution that we can think of is to evaluate module dependencies and include it in hash computation Is there other approach that we can explore? Thanks
  • s

    Slackbot

    07/19/2022, 4:53 AM
    This message was deleted.
    f
    l
    • 3
    • 3
  • s

    Slackbot

    07/20/2022, 7:50 PM
    This message was deleted.
    🆒 4
    🤔 1
    e
    t
    • 3
    • 4
  • s

    Slackbot

    07/21/2022, 2:23 PM
    This message was deleted.
    m
    l
    • 3
    • 4
  • s

    Slackbot

    07/25/2022, 6:15 PM
    This message was deleted.
    ✅ 1
    g
    t
    • 3
    • 2
  • s

    Slackbot

    07/26/2022, 9:32 PM
    This message was deleted.
    ✅ 1
    t
    • 2
    • 1
  • e

    Esa Firman

    08/02/2022, 5:57 AM
    Alternatively, is there a way to listen when Gradle try to download a dependency?
  • s

    Slackbot

    08/02/2022, 5:56 AM
    This message was deleted.
    j
    e
    v
    • 4
    • 10
  • s

    Slackbot

    08/08/2022, 5:43 PM
    This message was deleted.
    l
    • 2
    • 1
  • v

    Vitaly Polonetsky

    08/08/2022, 5:45 PM
    I'm thinking about generating the enforcedPlatform contents from a different (text) file and use that file in the shadow plugin excludes but that seems ugly
  • v

    Vitaly Polonetsky

    08/08/2022, 5:49 PM
    the way it mostly works today is by making implementation extend a different configuration where the other configuration (called provided) has the platform and implementation extends provided. but it creates problems - conflicts are resolved differently between provided and implementation as implementation contains more dependencies
12345...20Latest