Skip to content

Commit

Permalink
Use Equo Solstice to calculate and download eclipse dependencies (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 13, 2023
2 parents f2558fe + d807cf7 commit 3283720
Show file tree
Hide file tree
Showing 102 changed files with 523 additions and 2,227 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
* You can now put the filename into a license header template with `$FILE`. ([#1605](https://github.com/diffplug/spotless/pull/1605) fixes [#1147](https://github.com/diffplug/spotless/issues/1147))
### Changes
* We are now opting in to Gradle's new stable configuration cache. ([#1591](https://github.com/diffplug/spotless/pull/1591))
* Adopt [Equo Solstice OSGi and p2 shim](https://github.com/equodev/equo-ide/tree/main/solstice) to update all Eclipse-based plugins. ([#1524](https://github.com/diffplug/spotless/pull/1524))
* Eclipse JDT now supports `4.9` through `4.26`. Also we now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
* Eclipse Groovy now supports `4.18` through `4.26`. Also we now recommend dropping the last `.0`, e.g. `4.26` instead of `4.26.0`, you'll get warnings to help you switch.
* Eclipse CDT now supports `10.6` through `11.0`.
* Eclipse WTP is still WIP at [#1622](https://github.com/diffplug/spotless/pull/1622).

## [2.36.0] - 2023-02-27
### Added
Expand Down
63 changes: 0 additions & 63 deletions _ext/eclipse-cdt/CHANGES.md

This file was deleted.

70 changes: 0 additions & 70 deletions _ext/eclipse-cdt/LICENSE.txt

This file was deleted.

10 changes: 0 additions & 10 deletions _ext/eclipse-cdt/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions _ext/eclipse-cdt/build.gradle

This file was deleted.

12 changes: 0 additions & 12 deletions _ext/eclipse-cdt/gradle.properties

This file was deleted.

This file was deleted.

0 comments on commit 3283720

Please sign in to comment.