avik-das / build-your-own-raytracer-java

A Java implementation of the projects in https://avik-das.github.io/build-your-own-raytracer/
25 stars 4 forks source link

Java build failure #2

Closed ofluffydev closed 1 year ago

ofluffydev commented 1 year ago

The project is unusable and gradle build fails no matter what. I will attempt to fix it and submit a pull request but until then please fix your gradle files.

avik-das commented 1 year ago

@ofluffydev: I didn't have time to get to this earlier, but I upgraded the lombok gradle plugin. The build should work now.

If you still run into issues, feel free to re-open, but please make sure to provide any logging output. Right now, the build works on my machine, so without any logging output, I won't be able to debug. Thanks!