Skip to content

Commit 2ee3494

Browse files
committed
Document exclusion for license plugin
1 parent c943b80 commit 2ee3494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
classpath "io.github.gradle-nexus:publish-plugin:$gradleNexusPublishPluginVersion"
88
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:$gradleExtraConfigurationsPluginVersion"
99
classpath "com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion"
10+
// Due to https://github.com/hierynomus/license-gradle-plugin/issues/161, spring must be excluded
1011
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:$gradleLicensePluginVersion", {
1112
exclude group: 'org.springframework', module: 'spring-core'
1213
}

0 commit comments

Comments
 (0)