mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
Fix build of IDEA plugin
This commit is contained in:
parent
0dbc4a22bb
commit
efa15936da
|
@ -274,6 +274,17 @@
|
||||||
<artifactId>jps-model</artifactId>
|
<artifactId>jps-model</artifactId>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>platform-api</id>
|
||||||
|
<goals>
|
||||||
|
<goal>install-file</goal>
|
||||||
|
</goals>
|
||||||
|
<phase>prepare-package</phase>
|
||||||
|
<configuration>
|
||||||
|
<file>dependencies/idea/lib/platform-api.jar</file>
|
||||||
|
<artifactId>platform-api</artifactId>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>jps-builders</id>
|
<id>jps-builders</id>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
|
@ -65,6 +65,12 @@
|
||||||
<version>${idea.version}</version>
|
<version>${idea.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.teavm.idea</groupId>
|
||||||
|
<artifactId>platform-api</artifactId>
|
||||||
|
<version>${idea.version}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.teavm.idea</groupId>
|
<groupId>org.teavm.idea</groupId>
|
||||||
<artifactId>jps-builders</artifactId>
|
<artifactId>jps-builders</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user