mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix build of IDEA plugin
This commit is contained in:
parent
efa15936da
commit
a36cd51c53
|
@ -65,6 +65,12 @@
|
|||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>platform-api</artifactId>
|
||||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>jps-builders</artifactId>
|
||||
|
|
|
@ -82,6 +82,12 @@
|
|||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>platform-api</artifactId>
|
||||
<version>${idea.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.teavm.idea</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user