Skip to content

Commit

Permalink
Update equo versions (#1624)
Browse files Browse the repository at this point in the history
Update equo versions
  • Loading branch information
nedtwigg authored Mar 14, 2023
2 parents bc21f83 + bec3b44 commit a92c7b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'dev.equo.ide'
equoIde {
branding().title('Spotless').icon(file('_images/spotless_logo.png'))
welcome().openUrl('https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md')
gradleBuildship()
gradleBuildship().autoImport('.')
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion lib-extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = rootProject.spotlessChangelog.versionNext
apply from: rootProject.file('gradle/java-setup.gradle')
apply from: rootProject.file('gradle/java-publish.gradle')

String VER_SOLSTICE = '1.0.0'
String VER_SOLSTICE = '1.0.3'
dependencies {
api project(':lib')
// misc useful utilities
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
// https://plugins.gradle.org/plugin/com.gradle.enterprise
id 'com.gradle.enterprise' version '3.12.4'
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
id 'dev.equo.ide' version '0.17.2' apply false
id 'dev.equo.ide' version '1.0.1' apply false
}

dependencyResolutionManagement {
Expand Down

0 comments on commit a92c7b0

Please sign in to comment.