Skip to content

Commit

Permalink
plugin-maven doesn't need any special dependency on the lib jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 30, 2021
1 parent 24bc908 commit 2b85d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin-maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ String libVersion = version.endsWith('-SNAPSHOT') ?
dependencies {
if (version.endsWith('-SNAPSHOT') || (rootProject.spotlessChangelog.versionNext == rootProject.spotlessChangelog.versionLast)) {
implementation project(':lib')
implementation project(':lib').sourceSets.sortPom.output
implementation project(':lib-extra')
} else {
implementation "com.diffplug.spotless:spotless-lib:${libVersion}"
Expand Down

0 comments on commit 2b85d84

Please sign in to comment.