Skip to content

Commit 6a9bc8d

Browse files
Upgraded to CDT version 2021-12 / 10.5. (#1030)
* Upgraded to CDT version 2021-12 / 10.5. * Update gradle.properties
1 parent 08bf08c commit 6a9bc8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_ext/eclipse-cdt/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66

7+
## [10.5.0] - 2021-12-10
8+
### Added
9+
* Switch to Eclipse CDT release 10.5 for Eclipse 2021-12.
10+
711
## [10.4.0] - 2021-09-23
812
### Added
913
* Switch to Eclipse CDT release 10.4 for Eclipse 4.21.

_ext/eclipse-cdt/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description=Eclipse's CDT C/C++ formatter bundled for Spotless
55
VER_JAVA=11
66

77
# Compile dependencies
8-
VER_ECLIPSE_CDT=10.4
8+
VER_ECLIPSE_CDT=10.5
99
VER_SPOTLESS_ECLISPE_BASE=[3.5.0,4.0.0[
1010
VER_ECLISPE_JFACE=[3.18.0,4.0.0[
1111
VER_ECLISPE_EFS=[3.7.0,4.0.0[

0 commit comments

Comments
 (0)