Skip to content

Commit 5d5af46

Browse files
committed
Try again.
1 parent a3b2a0c commit 5d5af46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ plugins {
33
id 'com.diffplug.spotless-changelog'
44
}
55

6-
spotlessChangelog {
7-
changelogFile 'CHANGES.md'
8-
branch 'main'
9-
}
10-
116
apply from: 干.file('base/changelog.gradle')
127
apply plugin: 'java-library'
138
apply from: 干.file('base/java.gradle')
149
apply from: 干.file('base/kotlin.gradle')
1510
apply from: 干.file('spotless/freshmark.gradle')
1611
apply from: 干.file('spotless/java.gradle')
1712

13+
spotlessChangelog {
14+
changelogFile 'CHANGES.md'
15+
branch 'main'
16+
}
17+
1818
def VER_DURIAN='1.2.0'
1919
def VER_DURIAN_DEBUG='1.0.0'
2020
def VER_JUNIT='4.12'

0 commit comments

Comments
 (0)