mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Bump IDEA version to 2017.3
This commit is contained in:
parent
1b78ef99a6
commit
7bef0f5bb8
2
pom.xml
2
pom.xml
|
@ -70,7 +70,7 @@
|
|||
<slf4j.version>1.7.7</slf4j.version>
|
||||
<selenium.version>2.47.2</selenium.version>
|
||||
<jackson.version>2.6.2</jackson.version>
|
||||
<idea.version>2016.3.4</idea.version>
|
||||
<idea.version>2017.3.5</idea.version>
|
||||
<asm.version>6.1.1</asm.version>
|
||||
|
||||
<teavm.test.incremental>false</teavm.test.incremental>
|
||||
|
|
|
@ -272,6 +272,17 @@
|
|||
<artifactId>jps-builders</artifactId>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>jps-builders-6</id>
|
||||
<goals>
|
||||
<goal>install-file</goal>
|
||||
</goals>
|
||||
<phase>prepare-package</phase>
|
||||
<configuration>
|
||||
<file>dependencies/idea/lib/jps-builders-6.jar</file>
|
||||
<artifactId>jps-builders-6</artifactId>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>log4j</id>
|
||||
<goals>
|
||||
|
|
|
@ -71,6 +71,12 @@
|
|||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>jps-builders-6</artifactId>
|
||||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
|
|
|
@ -71,6 +71,12 @@
|
|||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>jps-builders-6</artifactId>
|
||||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.teavm</groupId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user