Help building CCTweaked [1.16.5] 1.101.0 from source #1261
-
I'm trying to build CCTweaked version [1.16.5] 1.101.0 but keep getting build errors while running the game tests. Does anyone know why these might be occurring and how to fix them? I'm using Windows 10 with Java 17 (unless gradle uses its own Java 8?). I deleted my USERNAME/.gradle folder created from previous runs then ran the commands below.
This is the output when I get the errors during runGameTest:
Let me know if any other information is needed. Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure why the tests are timing out - they are more flakey than I'd like. Easiest thing to do is just run |
Beta Was this translation helpful? Give feedback.
I'm not sure why the tests are timing out - they are more flakey than I'd like. Easiest thing to do is just run
./gradlew assemble
instead, which skips running the tests.