Skip to content

Commit d807cf7

Browse files
committed
Bump build plugins to latest.
1 parent cd2faeb commit d807cf7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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'
52
equoIde {
63
branding().title('Spotless').icon(file('_images/spotless_logo.png'))
74
welcome().openUrl('https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md')

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ plugins {
2424
id 'io.github.davidburstrom.version-compatibility' version '0.4.0' apply false
2525
// https://plugins.gradle.org/plugin/com.gradle.enterprise
2626
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
2729
}
2830

2931
dependencyResolutionManagement {

0 commit comments

Comments
 (0)