Skip to content

Commit a92c7b0

Browse files
authored
Update equo versions (#1624)
Update equo versions
2 parents bc21f83 + bec3b44 commit a92c7b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'dev.equo.ide'
22
equoIde {
33
branding().title('Spotless').icon(file('_images/spotless_logo.png'))
44
welcome().openUrl('https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md')
5-
gradleBuildship()
5+
gradleBuildship().autoImport('.')
66
}
77

88
repositories {

lib-extra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = rootProject.spotlessChangelog.versionNext
77
apply from: rootProject.file('gradle/java-setup.gradle')
88
apply from: rootProject.file('gradle/java-publish.gradle')
99

10-
String VER_SOLSTICE = '1.0.0'
10+
String VER_SOLSTICE = '1.0.3'
1111
dependencies {
1212
api project(':lib')
1313
// misc useful utilities

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
// https://plugins.gradle.org/plugin/com.gradle.enterprise
2626
id 'com.gradle.enterprise' version '3.12.4'
2727
// 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
2929
}
3030

3131
dependencyResolutionManagement {

0 commit comments

Comments
 (0)