We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9fb0f commit 93b49c1Copy full SHA for 93b49c1
build.gradle
@@ -76,6 +76,10 @@ subprojects { subproject ->
76
because 'Versions 3.15 and later of this artifact require Java 11.'
77
}
78
79
+ implementation('org.eclipse.platform:org.eclipse.core.commands') {
80
+ version { strictly '(,3.9.800)' }
81
+ because 'Versions 3.10.0 and later of this artifact require Java 11.'
82
+ }
83
84
85
configurations {
0 commit comments