File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply from: rootProject.file('gradle/java-publish.gradle')
17
17
18
18
19
19
dependencies {
20
- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
20
+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
21
21
// Provides text partitioners for formatters
22
22
implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLIPSE_JFACE} " ) {
23
23
exclude group : ' org.eclipse.platform' , module : ' org.eclipse.swt'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VER_JAVA=11
6
6
7
7
# Compile dependencies
8
8
VER_ECLIPSE_CDT =10.5
9
- VER_SPOTLESS_ECLISPE_BASE =[3.5.0,4.0.0[
9
+ VER_SPOTLESS_ECLIPSE_BASE =[3.5.0,4.0.0[
10
10
VER_ECLIPSE_JFACE =[3.18.0,4.0.0[
11
11
VER_ECLIPSE_EFS =[3.7.0,4.0.0[
12
12
VER_IBM_ICU =[67.1,68[
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ apply from: rootProject.file('_ext/gradle/p2-fat-jar-setup.gradle')
39
39
apply from : rootProject. file(' gradle/java-publish.gradle' )
40
40
41
41
dependencies {
42
- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
42
+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
43
43
// Provides text partitioners for formatters
44
44
implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLIPSE_JFACE} " ) {
45
45
exclude group : ' org.eclipse.platform' , module : ' org.eclipse.swt'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VER_JAVA=11
6
6
7
7
# Compile
8
8
VER_ECLIPSE =4.21
9
- VER_SPOTLESS_ECLISPE_BASE =[3.4.2,4.0.0[
9
+ VER_SPOTLESS_ECLIPSE_BASE =[3.4.2,4.0.0[
10
10
VER_ECLIPSE_JFACE =[3.15.300,4.0.0[
11
11
VER_GRECLIPSE =4.3.0
12
12
VER_GROOVY =4.0.0
Original file line number Diff line number Diff line change 10
10
}
11
11
12
12
dependencies {
13
- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
13
+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
14
14
implementation(" org.eclipse.jdt:org.eclipse.jdt.core:${ VER_ECLIPSE_JDT_CORE} " ) {
15
15
exclude group : ' org.eclipse.platform' , module : ' org.eclipse.ant.core'
16
16
exclude group : ' org.eclipse.platform' , module : ' org.eclipse.core.expressions'
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ VER_JAVA=11
6
6
7
7
# Compile
8
8
VER_ECLIPSE_JDT_CORE =[3.13.0,4.0.0[
9
- VER_SPOTLESS_ECLISPE_BASE =[3.5.0,4.0.0[
9
+ VER_SPOTLESS_ECLIPSE_BASE =[3.5.0,4.0.0[
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ apply from: rootProject.file('_ext/gradle/p2-fat-jar-setup.gradle')
60
60
apply from : rootProject. file(' gradle/java-publish.gradle' )
61
61
62
62
dependencies {
63
- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
63
+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
64
64
// Required by most WPT formatters
65
65
implementation " com.ibm.icu:icu4j:${ VER_IBM_ICU} "
66
66
// The XSD/DTD and other models are defined with EMF.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ VER_JAVA=11
6
6
7
7
# Compile
8
8
VER_ECLIPSE_WTP =2021-09
9
- VER_SPOTLESS_ECLISPE_BASE =[3.5.0,4.0.0[
9
+ VER_SPOTLESS_ECLIPSE_BASE =[3.5.0,4.0.0[
10
10
VER_IBM_ICU =[67.1,68[
11
11
VER_ECLIPSE_EMF =[2.22.0,3.0.0[
12
12
VER_ECLIPSE_OSGI_SERVICES =[3.10.0,4.0.0[
You can’t perform that action at this time.
0 commit comments