mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-12-14 04:58:46 +01:00
Update #23 - Merge client/server, fix Villagers and Item Frames
This commit is contained in:
4
sources/setup/workspace_template/CompileJS.bat
Normal file
4
sources/setup/workspace_template/CompileJS.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
title gradlew generateJavascript
|
||||
gradlew generateJavascript
|
||||
pause
|
||||
3
sources/setup/workspace_template/CompileJS.sh
Normal file
3
sources/setup/workspace_template/CompileJS.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
chmod +x gradlew
|
||||
./gradlew generateJavascript
|
||||
1
sources/setup/workspace_template/gradle.properties
Normal file
1
sources/setup/workspace_template/gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
org.gradle.jvmargs=-Xmx2G -Xms2G
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user