File tree Expand file tree Collapse file tree
com.microsoft.java.debug.plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - linux
55 - osx
66
7- before_install :
8- - ./installjdtls.sh
9-
107script :
118 - ./mvnw clean verify
129
Original file line number Diff line number Diff line change 1010 <artifactId >com.microsoft.java.debug.plugin</artifactId >
1111 <packaging >eclipse-plugin</packaging >
1212 <name >${base.name} :: Debugger Plugin</name >
13- <dependencies >
14- <dependency >
15- <groupId >org.eclipse.jdt.ls</groupId >
16- <artifactId >org.eclipse.jdt.ls.core</artifactId >
17- <version >0.4.0</version >
18- </dependency >
19- </dependencies >
2013 <build >
2114 <plugins >
2215 <plugin >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9898 <groupId >org.eclipse.tycho</groupId >
9999 <artifactId >target-platform-configuration</artifactId >
100100 <version >${tycho-version} </version >
101- <configuration >
102- <pomDependencies >consider</pomDependencies >
103- </configuration >
104101 </plugin >
105102 </plugins >
106103 </pluginManagement >
118115 <enabled >true</enabled >
119116 </snapshots >
120117 </repository >
118+ <repository >
119+ <id >JDT.LS</id >
120+ <layout >p2</layout >
121+ <url >http://download.eclipse.org/jdtls/snapshots/repository/latest/</url >
122+ </repository >
121123 </repositories >
122124</project >
You can’t perform that action at this time.
0 commit comments