Skip to content

Commit 4381608

Browse files
committed
Set to our project standard.
1 parent f19fd85 commit 4381608

6 files changed

Lines changed: 12 additions & 327 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
plugins {
2+
id 'com.diffplug.blowdryer'
3+
id 'com.diffplug.spotless-changelog'
24
// for downloading JRE6
35
id "de.undercouch.download" version "5.4.0"
46
}
@@ -7,12 +9,18 @@ repositories {
79
mavenCentral()
810
}
911

12+
spotlessChangelog {
13+
changelogFile 'CHANGES.md'
14+
}
15+
apply from: 干.file('base/changelog.gradle')
16+
1017
//////////
1118
// JAVA //
1219
//////////
1320
apply plugin: 'java'
1421
sourceCompatibility = VER_JAVA
1522
targetCompatibility = VER_JAVA
23+
apply from: 干.file('spotless/java.gradle')
1624

1725
dependencies {
1826
testImplementation "junit:junit:${VER_JUNIT}"

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ group=com.diffplug.matsim
55
description=MatConsoleCtl - control MATLAB from Java
66
org=diffplug
77

8+
license=matconsolectl
9+
810
# Build requirements
911
VER_JAVA=1.6
1012
VER_FINDBUGS=3.0.1

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
}
2121

2222
blowdryerSetup {
23-
github 'diffplug/blowdryer-diffplug', 'tag', '7.0.2'
24-
//devLocal '../blowdryer-diffplug'
23+
//github 'diffplug/blowdryer-diffplug', 'tag', '7.0.2'
24+
devLocal '../blowdryer-diffplug'
2525
setPluginsBlockTo {
2626
it.file 'plugin.versions'
2727
}

0 commit comments

Comments
 (0)