Skip to content

Commit f53796e

Browse files
committed
fix JMECompute dependency
1 parent 63ade8a commit f53796e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

RenthylPlus/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
project.ext {
1515
jmeVer = '3.8.0-alpha2'
16-
computeVer = '69d633c79e'
16+
computeVer = 'ecc1a0b83d'
1717
boostVer = 'dd2f4b856d'
1818
monkeywrenchVer = '0.6.2'
1919
}
@@ -23,9 +23,9 @@ dependencies {
2323
implementation "org.jmonkeyengine:jme3-core:$jmeVer"
2424
implementation "org.jmonkeyengine:jme3-lwjgl3:$jmeVer"
2525
implementation "org.jmonkeyengine:jme3-effects:$jmeVer"
26-
//implementation "com.github.codex128:JMECompute:$computeVer"
26+
implementation "com.github.codex128:JMECompute:$computeVer"
2727
// debugging
28-
implementation project(":JMECompute")
28+
//implementation project(":JMECompute")
2929
implementation "com.github.codex128:Boost:$boostVer"
3030
testImplementation "com.github.stephengold:MonkeyWrench:$monkeywrenchVer"
3131
}

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ rootProject.name = 'Renthyl'
33
include "RenthylCore", "RenthylPlus"
44

55
// debugging
6-
include "JMECompute"
7-
project(":JMECompute").projectDir = file("../JMECompute/JMECompute")
6+
//include "JMECompute"
7+
//project(":JMECompute").projectDir = file("../JMECompute/JMECompute")

0 commit comments

Comments
 (0)