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 a62ab59 commit e92bfa0Copy full SHA for e92bfa0
gradle/changelog.gradle
@@ -40,7 +40,7 @@ if (project == rootProject) {
40
"You should run :changelogPush first! Else you'll be missing out on:\n" +
41
"${rootProject.spotlessChangelog.parsedChangelog.unreleasedChanges()}\n" +
42
"If it's okay to miss those and link against the old ${rootProject.spotlessChangelog.versionLast} then " +
43
- "add -ignoreUnreleasedLib=true")
+ "add -PignoreUnreleasedLib=true")
44
}
45
46
0 commit comments