Skip to content

Can`t force DependencyConvergence rule to work #31

Closed Answered by pshakhov
pshakhov asked this question in Q&A
Discussion options

You must be logged in to vote
pluginManagement {
    plugins {
        id("org.kordamp.gradle.project-enforcer")
    }
 
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
}
 
buildscript {
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
    dependencies {
        classpath("org.kordamp.gradle:enforcer-gradle-plugin:0.13.0")
    }
}
 
apply(plugin = "org.kordamp.gradle.enforcer")
 
configure<org.kordamp.gradle.plugin.enforcer.api.BuildEnforcerExtension> {}

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@aalmiray
Comment options

@pshakhov
Comment options

@aalmiray
Comment options

@aalmiray
Comment options

Comment options

You must be logged in to vote
2 replies
@aalmiray
Comment options

@pshakhov
Comment options

Answer selected by pshakhov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #29 on November 07, 2023 17:20.