Closed carymrobbins closed 6 years ago
I was able to reproduce this - it looks like the class path is being sent to java is not the new versioned classpath scheme we've setup.
The issue was completely different actually:
version '1.0-SNAPSHOT'
This will get translated to underlying Etlas package version 1.0-SNAPSHOT
which ends up behaving weird inside of Etlas somewhere, causing the expected output file path to be invalid. I think the best naming scheme is to just parse the longest numeric + dot sequence and make that the default.
If you make it version: '1.0'
, it should work.
Released v0.7.3 to fix exactly this.
We get the following error when attempting to run a scaffolded project (via IntelliJ) with the gradle
:run
task.This sounds like dependencies are not getting properly added.
./settings.gradle
./build.gradle
./src/main/eta/Main.hs