File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313
1414project. 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}
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ rootProject.name = 'Renthyl'
33include " 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")
You can’t perform that action at this time.
0 commit comments