|
31 | 31 | <main.basedir>${basedir}</main.basedir>
|
32 | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
33 | 33 | <java.version>1.8</java.version>
|
34 |
| - <eclipse.repository>https://download.eclipse.org/releases/2019-12/201912181000/</eclipse.repository> |
35 |
| - <eclipse.checkstyle.repository>https://dl.bintray.com/eclipse-cs/eclipse-cs/8.18.0</eclipse.checkstyle.repository> |
| 34 | + <eclipse.repository>https://download.eclipse.org/releases/2020-03/202003181000/</eclipse.repository> |
| 35 | + <eclipse.java14.repository>https://download.eclipse.org/eclipse/updates/4.15-P-builds/</eclipse.java14.repository> |
| 36 | + <eclipse.checkstyle.repository>https://dl.bintray.com/eclipse-cs/eclipse-cs/8.32.0 |
| 37 | + </eclipse.checkstyle.repository> |
36 | 38 | <tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
|
37 | 39 | <ant.version>1.8.1</ant.version>
|
38 | 40 | <ant-contrib.version>1.0b3</ant-contrib.version>
|
|
42 | 44 | <gradle.version>3.4</gradle.version>
|
43 | 45 | <groovy.version>2.4.7</groovy.version>
|
44 | 46 | <maven-core.version>3.5.0</maven-core.version>
|
45 |
| - <maven-plugin-api.version>${maven-core.version}</maven-plugin-api.version> |
46 |
| - <maven-plugin-annotations.version>3.5</maven-plugin-annotations.version> |
| 47 | + <maven-plugin-api.version>${maven-core.version} |
| 48 | + </maven-plugin-api.version> |
| 49 | + <maven-plugin-annotations.version>3.5 |
| 50 | + </maven-plugin-annotations.version> |
47 | 51 | <mockito.version>2.8.47</mockito.version>
|
48 | 52 | <junit.version>4.12</junit.version>
|
49 | 53 | <javassist.version>3.21.0-GA</javassist.version>
|
50 | 54 | <picocontainer.version>1.2</picocontainer.version>
|
51 | 55 | <system-rules.version>1.16.0</system-rules.version>
|
52 | 56 | <trove4j.version>3.0.3</trove4j.version>
|
53 |
| - <tycho.version>1.4.0</tycho.version> |
54 |
| - <tycho-extras.version>1.4.0</tycho-extras.version> |
| 57 | + <tycho.version>1.7.0</tycho.version> |
| 58 | + <tycho-extras.version>1.7.0</tycho-extras.version> |
55 | 59 | </properties>
|
56 | 60 | <build>
|
57 | 61 | <pluginManagement>
|
|
212 | 216 | <exclude>**/Abstract*.java</exclude>
|
213 | 217 | </excludes>
|
214 | 218 | <argLine>${ui.test.vmargs}</argLine>
|
215 |
| - <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds> |
| 219 | + <forkedProcessTimeoutInSeconds>7200 |
| 220 | + </forkedProcessTimeoutInSeconds> |
216 | 221 | <useUIHarness>false</useUIHarness>
|
217 | 222 | </configuration>
|
218 | 223 | </plugin>
|
|
447 | 452 | <configuration>
|
448 | 453 | <skip>${disable.checks}</skip>
|
449 | 454 | <configLocation>src/checkstyle/checkstyle.xml</configLocation>
|
450 |
| - <suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation> |
451 |
| - <headerLocation>src/checkstyle/checkstyle-header.txt</headerLocation> |
452 |
| - <propertyExpansion>checkstyle.build.directory=${project.build.directory}</propertyExpansion> |
| 455 | + <suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml |
| 456 | + </suppressionsLocation> |
| 457 | + <headerLocation>src/checkstyle/checkstyle-header.txt |
| 458 | + </headerLocation> |
| 459 | + <propertyExpansion>checkstyle.build.directory=${project.build.directory} |
| 460 | + </propertyExpansion> |
453 | 461 | <encoding>UTF-8</encoding>
|
454 | 462 | <consoleOutput>true</consoleOutput>
|
455 | 463 | <failsOnError>true</failsOnError>
|
|
592 | 600 | <layout>p2</layout>
|
593 | 601 | <url>${eclipse.repository}</url>
|
594 | 602 | </repository>
|
| 603 | + <repository> |
| 604 | + <id>eclipse-java14</id> |
| 605 | + <layout>p2</layout> |
| 606 | + <url>${eclipse.java14.repository}</url> |
| 607 | + </repository> |
595 | 608 | <repository>
|
596 | 609 | <id>eclipse-checkstyle</id>
|
597 | 610 | <layout>p2</layout>
|
|
615 | 628 | </os>
|
616 | 629 | </activation>
|
617 | 630 | <properties>
|
618 |
| - <ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m -XstartOnFirstThread</ui.test.vmargs> |
| 631 | + <ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m -XstartOnFirstThread |
| 632 | + </ui.test.vmargs> |
619 | 633 | </properties>
|
620 | 634 | </profile>
|
621 | 635 | <profile>
|
|
0 commit comments