Skip to content

Commit f3a8662

Browse files
committed
Prepare for blowdryer.
1 parent 3267d2d commit f3a8662

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

build.gradle

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
plugins {
2-
// dependencyUpdates
3-
id "com.github.ben-manes.versions" version "0.27.0"
4-
// osgi
5-
id "com.diffplug.gradle.osgi.bndmanifest" version "3.18.1"
6-
// code formatting
7-
id "com.diffplug.gradle.spotless" version "3.25.0"
8-
// bintray uploading
9-
id "com.jfrog.bintray" version "1.8.4"
10-
// spotbugs
11-
id "com.github.spotbugs" version "2.0.1"
2+
id "com.github.ben-manes.versions"
3+
id "com.diffplug.gradle.osgi.bndmanifest"
4+
id "com.diffplug.gradle.spotless"
5+
id "com.jfrog.bintray"
6+
id "com.github.spotbugs" version '3.0.0'
127
}
138

149
repositories {

settings.gradle

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1+
pluginManagement {
2+
plugins {
3+
id 'com.diffplug.blowdryer' version '1.0.0'
4+
id 'com.diffplug.blowdryerSetup' version '1.0.0'
5+
id 'com.diffplug.gradle.eclipse.mavencentral' version '3.18.1'
6+
id 'com.diffplug.gradle.spotless' version '3.27.0'
7+
id 'com.diffplug.spotless-changelog' version '1.0.0'
8+
id 'com.github.ben-manes.versions' version '0.27.0'
9+
id 'com.gradle.plugin-publish' version '0.10.1'
10+
id 'com.jfrog.bintray' version '1.8.4'
11+
}
12+
}
13+
plugins {
14+
id 'com.diffplug.blowdryerSetup'
15+
id 'com.diffplug.gradle.eclipse.mavencentral' apply false
16+
id 'com.diffplug.gradle.spotless' apply false
17+
id 'com.diffplug.spotless-changelog' apply false
18+
id 'com.gradle.plugin-publish' apply false
19+
id 'com.jfrog.bintray' apply false
20+
}
21+
blowdryerSetup {
22+
github 'diffplug/blowdryer-diffplug', 'tag', '3.1.0'
23+
//devLocal '../blowdryer-diffplug'
24+
}
125

26+
rootProject.name = 'durian-rx'

0 commit comments

Comments
 (0)