
Build failure due to javafx import
vpzomtrrfrt opened this issue ยท 2 comments
When I try to run gradle build
, it fails with this error:
/home/colin/Refined-Machinery/src/main/java/abused_master/refinedmachinery/tiles/machine/BlockEntityVacuum.java:6: error: package javafx.geometry does not exist
This import doesn't appear to actually be used, so I assume it would be fine to remove it
Wait what, I removed all javafx.geometry usages a while ago, why is this a thing XD, but yeah should be removed
Fixed in 5ab47a3