We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6513a3d commit a0dc08fCopy full SHA for a0dc08f
1 file changed
build.gradle
@@ -5,6 +5,10 @@ plugins {
5
6
repositories { mavenCentral() }
7
8
+spotlessChangelog {
9
+ forceNextVersion '1.0.0'
10
+}
11
+
12
group = 干.proj('maven_group', 'the maven group, recommend com.diffplug')
13
allprojects {
14
apply from: 干.file('base/changelog.gradle')
0 commit comments