We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c943b80 commit 2ee3494Copy full SHA for 2ee3494
build.gradle
@@ -7,6 +7,7 @@ buildscript {
7
classpath "io.github.gradle-nexus:publish-plugin:$gradleNexusPublishPluginVersion"
8
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:$gradleExtraConfigurationsPluginVersion"
9
classpath "com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion"
10
+ // Due to https://github.com/hierynomus/license-gradle-plugin/issues/161, spring must be excluded
11
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:$gradleLicensePluginVersion", {
12
exclude group: 'org.springframework', module: 'spring-core'
13
}
0 commit comments