ForgeHax icon indicating copy to clipboard operation
ForgeHax copied to clipboard

Can't build in intellj 2023

Open Minerceus opened this issue 1 year ago • 1 comments

Hi, I can't build project somehow. How can I fix that error?

ForgeHax-1.16.5-3.3.1\buildSrc\JavacPlugin\src\main\java\dev\fiki\javac\plugin\EventProcessor.java:3: error: package com.sun.tools.javac.code is not visible
import com.sun.tools.javac.code.*;

Minerceus avatar Feb 03 '24 23:02 Minerceus

You need to build it with java 8

fr1kin avatar Feb 04 '24 03:02 fr1kin