Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 24, 2025
1 parent a3b2a0c commit 5d5af46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ plugins {
id 'com.diffplug.spotless-changelog'
}

spotlessChangelog {
changelogFile 'CHANGES.md'
branch 'main'
}

apply from: 干.file('base/changelog.gradle')
apply plugin: 'java-library'
apply from: 干.file('base/java.gradle')
apply from: 干.file('base/kotlin.gradle')
apply from: 干.file('spotless/freshmark.gradle')
apply from: 干.file('spotless/java.gradle')

spotlessChangelog {
changelogFile 'CHANGES.md'
branch 'main'
}

def VER_DURIAN='1.2.0'
def VER_DURIAN_DEBUG='1.0.0'
def VER_JUNIT='4.12'
Expand Down

0 comments on commit 5d5af46

Please sign in to comment.