File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- plugins {
2
- // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
3
- id ' dev.equo.ide' version ' 0.17.1'
4
- }
1
+ apply plugin : ' dev.equo.ide'
5
2
equoIde {
6
3
branding(). title(' Spotless' ). icon(file(' _images/spotless_logo.png' ))
7
4
welcome(). openUrl(' https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md' )
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ plugins {
24
24
id ' io.github.davidburstrom.version-compatibility' version ' 0.4.0' apply false
25
25
// https://plugins.gradle.org/plugin/com.gradle.enterprise
26
26
id ' com.gradle.enterprise' version ' 3.12.4'
27
+ // https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
28
+ id ' dev.equo.ide' version ' 0.17.2' apply false
27
29
}
28
30
29
31
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments