Skip to content

Commit 5747c68

Browse files
committed
Setup project.
1 parent 98c3b57 commit 5747c68

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
plugins {
2+
id 'com.diffplug.blowdryer'
3+
id 'com.diffplug.spotless-changelog'
4+
}
5+
6+
spotlessChangelog {
7+
changelogFile 'README.md'
8+
}
9+
10+
apply from: 干.file('base/changelog.gradle')
11+
apply from: 干.file('base/java8.gradle')
12+
apply from: 干.file('base/maven.gradle')
13+
apply from: 干.file('spotless/freshmark.gradle')

gradle.properties

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
maven_name=libxdiff
2+
maven_desc=libxdiff port to java
3+
maven_group=com.diffplug
4+
license=lgpl-2.1
5+
git_url=github.com/diffplug/libxdiff
6+
javadoc_links=https://docs.oracle.com/javase/8/docs/api/

settings.gradle

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pluginManagement {
2+
plugins {
3+
id 'com.diffplug.blowdryer' version '1.1.1'
4+
id 'com.diffplug.blowdryerSetup' version '1.1.1'
5+
id 'com.diffplug.osgi.bndmanifest' version '3.28.0'
6+
id 'com.diffplug.spotless-changelog' version '2.0.0'
7+
id 'com.diffplug.spotless' version '5.10.1'
8+
id 'org.jdrupes.mdoclet' version '1.0.10'
9+
}
10+
}
11+
plugins {
12+
id 'com.diffplug.blowdryerSetup'
13+
id 'com.diffplug.osgi.bndmanifest' apply false
14+
id 'com.diffplug.spotless-changelog' apply false
15+
id 'com.diffplug.spotless' apply false
16+
id 'org.jdrupes.mdoclet' apply false
17+
}
18+
rootProject.name = 'libxdiff'
19+
blowdryerSetup {
20+
//github 'diffplug/blowdryer-diffplug', 'tag', '3.2.5'
21+
devLocal '../blowdryer-diffplug'
22+
}

0 commit comments

Comments
 (0)