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')
1717
1818
1919dependencies {
20- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
20+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
2121 // Provides text partitioners for formatters
2222 implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLIPSE_JFACE} " ) {
2323 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
66
77# Compile dependencies
88VER_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[
1010VER_ECLIPSE_JFACE =[3.18.0,4.0.0[
1111VER_ECLIPSE_EFS =[3.7.0,4.0.0[
1212VER_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')
3939apply from : rootProject. file(' gradle/java-publish.gradle' )
4040
4141dependencies {
42- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
42+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
4343 // Provides text partitioners for formatters
4444 implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLIPSE_JFACE} " ) {
4545 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
66
77# Compile
88VER_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[
1010VER_ECLIPSE_JFACE =[3.15.300,4.0.0[
1111VER_GRECLIPSE =4.3.0
1212VER_GROOVY =4.0.0
Original file line number Diff line number Diff line change 1010}
1111
1212dependencies {
13- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
13+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
1414 implementation(" org.eclipse.jdt:org.eclipse.jdt.core:${ VER_ECLIPSE_JDT_CORE} " ) {
1515 exclude group : ' org.eclipse.platform' , module : ' org.eclipse.ant.core'
1616 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
66
77# Compile
88VER_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')
6060apply from : rootProject. file(' gradle/java-publish.gradle' )
6161
6262dependencies {
63- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
63+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
6464 // Required by most WPT formatters
6565 implementation " com.ibm.icu:icu4j:${ VER_IBM_ICU} "
6666 // 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
66
77# Compile
88VER_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[
1010VER_IBM_ICU =[67.1,68[
1111VER_ECLIPSE_EMF =[2.22.0,3.0.0[
1212VER_ECLIPSE_OSGI_SERVICES =[3.10.0,4.0.0[
You can’t perform that action at this time.
0 commit comments