mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 08:34:11 -08:00
Switching to stable version of Bck2Brwsr VM
This commit is contained in:
parent
e2bf973ac3
commit
078c2f2942
|
@ -27,6 +27,10 @@
|
||||||
|
|
||||||
<name>TeaVM performance benchmark</name>
|
<name>TeaVM performance benchmark</name>
|
||||||
<description>Compares performance of the JavaScript code produced by TeaVM and GWT</description>
|
<description>Compares performance of the JavaScript code produced by TeaVM and GWT</description>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<bck2brwsr.version>0.14</bck2brwsr.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -62,7 +66,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apidesign.bck2brwsr</groupId>
|
<groupId>org.apidesign.bck2brwsr</groupId>
|
||||||
<artifactId>emul</artifactId>
|
<artifactId>emul</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${bck2brwsr.version}</version>
|
||||||
<classifier>rt</classifier>
|
<classifier>rt</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -164,7 +168,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apidesign.bck2brwsr</groupId>
|
<groupId>org.apidesign.bck2brwsr</groupId>
|
||||||
<artifactId>bck2brwsr-maven-plugin</artifactId>
|
<artifactId>bck2brwsr-maven-plugin</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>${bck2brwsr.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>prepare-package</phase>
|
<phase>prepare-package</phase>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user