File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'dev.equo.ide'
2
2
equoIde {
3
3
branding(). title(' Spotless' ). icon(file(' _images/spotless_logo.png' ))
4
4
welcome(). openUrl(' https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md' )
5
- gradleBuildship()
5
+ gradleBuildship(). autoImport( ' . ' )
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version = rootProject.spotlessChangelog.versionNext
7
7
apply from : rootProject. file(' gradle/java-setup.gradle' )
8
8
apply from : rootProject. file(' gradle/java-publish.gradle' )
9
9
10
- String VER_SOLSTICE = ' 1.0.0 '
10
+ String VER_SOLSTICE = ' 1.0.3 '
11
11
dependencies {
12
12
api project(' :lib' )
13
13
// misc useful utilities
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins {
25
25
// https://plugins.gradle.org/plugin/com.gradle.enterprise
26
26
id ' com.gradle.enterprise' version ' 3.12.4'
27
27
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
28
- id ' dev.equo.ide' version ' 0.17.2 ' apply false
28
+ id ' dev.equo.ide' version ' 1.0.1 ' apply false
29
29
}
30
30
31
31
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments