File tree Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
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
149repositories {
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments