Switched to rhino fork

This commit is contained in:
Anuken
2020-06-15 23:22:14 -04:00
parent caea5c7df2
commit 1eaa1a05ac
6 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ allprojects{
if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry'
steamworksVersion = '891ed912791e01fe9ee6237a6497e5212b85c256'
rhinoVersion = '66ffaf9ba089cc4e6b83cd7a9a397488cd15bf87'
loadVersionProps = {
return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p }
@@ -274,7 +275,7 @@ project(":core"){
api arcModule("extensions:g3d")
api arcModule("extensions:fx")
api arcModule("extensions:arcnet")
api "org.mozilla:rhino-runtime:1.7.12"
api "com.github.Anuken:rhino:$rhinoVersion"
if(localArc() && debugged()) api arcModule("extensions:recorder")
compileOnly project(":annotations")