Skip to content

Commit e600e26

Browse files
author
ntwigg
committed
Remove CDT build complexity.
1 parent e111699 commit e600e26

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lib-extra/build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ tasks.withType(Test).configureEach {
7777

7878
apply plugin: 'dev.equo.p2deps'
7979
p2deps {
80-
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
81-
into 'cdtCompileOnly', {
82-
p2repo 'https://download.eclipse.org/eclipse/updates/4.26/'
83-
p2repo 'https://download.eclipse.org/tools/cdt/releases/11.0/'
84-
install 'org.eclipse.cdt.core'
85-
}
80+
into 'cdtCompileOnly', {
81+
p2repo 'https://download.eclipse.org/eclipse/updates/4.26/'
82+
p2repo 'https://download.eclipse.org/tools/cdt/releases/11.0/'
83+
install 'org.eclipse.cdt.core'
8684
}
8785
into 'groovyCompileOnly', {
8886
p2repo 'https://download.eclipse.org/eclipse/updates/4.26/'

0 commit comments

Comments
 (0)