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 5d5af46 commit c434818Copy full SHA for c434818
build.gradle
@@ -3,18 +3,20 @@ plugins {
3
id 'com.diffplug.spotless-changelog'
4
}
5
6
+spotlessChangelog {
7
+ changelogFile 'CHANGES.md'
8
+}
9
apply from: 干.file('base/changelog.gradle')
10
apply plugin: 'java-library'
11
apply from: 干.file('base/java.gradle')
12
apply from: 干.file('base/kotlin.gradle')
13
apply from: 干.file('spotless/freshmark.gradle')
14
apply from: 干.file('spotless/java.gradle')
-
15
spotlessChangelog {
- changelogFile 'CHANGES.md'
16
branch 'main'
17
18
19
+
20
def VER_DURIAN='1.2.0'
21
def VER_DURIAN_DEBUG='1.0.0'
22
def VER_JUNIT='4.12'
0 commit comments