Skip to content

Commit

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

spotlessChangelog {
changelogFile 'CHANGES.md'
}
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 c434818

Please sign in to comment.