-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.gradle
26 lines (26 loc) · 1011 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pluginManagement {
plugins {
id 'com.diffplug.blowdryer' version '1.1.1'
id 'com.diffplug.blowdryerSetup' version '1.1.1'
id 'com.diffplug.osgi.bndmanifest' version '3.29.1'
id 'com.diffplug.spotless-changelog' version '2.2.0'
id 'com.diffplug.spotless' version '5.13.0'
id 'com.gradle.plugin-publish' version '0.15.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'org.jdrupes.mdoclet' version '1.0.10'
}
}
plugins {
id 'com.diffplug.blowdryerSetup'
id 'com.diffplug.osgi.bndmanifest' apply false
id 'com.diffplug.spotless-changelog' apply false
id 'com.diffplug.spotless' apply false
id 'com.gradle.plugin-publish' apply false
id 'io.github.gradle-nexus.publish-plugin' apply false
id 'org.jdrupes.mdoclet' apply false
}
blowdryerSetup {
github 'diffplug/blowdryer-diffplug', 'tag', '5.1.3'
//devLocal '../blowdryer-diffplug'
}
rootProject.name = 'image-grinder'