@@ -8,11 +8,13 @@ plugins {
8
8
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
9
9
id ' com.diffplug.blowdryerSetup' version ' 1.7.1'
10
10
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
11
- id ' com.diffplug.spotless' version ' 7.0.4 ' apply false
11
+ id ' com.diffplug.spotless' version ' 7.2.1 ' apply false
12
12
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
13
13
id ' com.diffplug.spotless-changelog' version ' 3.1.2' apply false
14
14
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
15
15
id ' com.gradle.plugin-publish' version ' 1.3.1' apply false
16
+ // https://plugins.gradle.org/plugin/com.gradle.develocity
17
+ id ' com.gradle.develocity' version ' 4.1.1'
16
18
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
17
19
id ' dev.equo.ide' version ' 1.7.8' apply false
18
20
// https://github.com/gradle-nexus/publish-plugin/releases
@@ -29,7 +31,7 @@ plugins {
29
31
id ' dev.adamko.dokkatoo-html' version ' 2.4.0' apply false
30
32
}
31
33
blowdryerSetup {
32
- github ' diffplug/blowdryer-diffplug' , ' tag' , ' 9.0.5 '
34
+ github ' diffplug/blowdryer-diffplug' , ' tag' , ' 9.1.0 '
33
35
// devLocal '../blowdryer-diffplug'
34
36
setPluginsBlockTo {
35
37
it. file ' plugin.versions'
@@ -47,3 +49,5 @@ include 'durian-swt.gtk.linux.x86_64'
47
49
include ' durian-swt.gtk.linux.x86'
48
50
include ' durian-swt.win32.win32.x86_64'
49
51
include ' durian-swt.win32.win32.x86'
52
+
53
+ apply from : com.diffplug.blowdryer.Blowdryer . file(' base/buildscan-on-ci.gradle' )
0 commit comments