You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of this commit: GeyserMC/Geyser@a72e495, I can verify three different Linux computers read the Geyser project as Java 8. Gradle still correctly compiles to Java 16.
Reproduced on IntelliJ versions 2021/2022/2023.
To reproduce should be as simple as cloning the Geyser repository, finding a record class, and noting how IntelliJ doesn't process the class correctly.
Here's the output of uname -a on my current computer: Linux HOSTNAME 6.2.6-76060206-generic #202303130630~1679424972~22.04~4a8cde1 SMP PREEMPT_DYNAMIC Tue M x86_64 x86_64 x86_64 GNU/Linux
And cat /etc/os-release:
Sorry for the delay in getting to this! Just on a hunch, can you still reproduce this issue if you change this line to tasks.withType<JavaCompile>().configureEach {?
i have an unfortunate feeling that this has something to do with eager task realization :(
As of this commit: GeyserMC/Geyser@a72e495, I can verify three different Linux computers read the Geyser project as Java 8. Gradle still correctly compiles to Java 16.
Reproduced on IntelliJ versions 2021/2022/2023.
To reproduce should be as simple as cloning the Geyser repository, finding a record class, and noting how IntelliJ doesn't process the class correctly.
Here's the output of
uname -a
on my current computer:Linux HOSTNAME 6.2.6-76060206-generic #202303130630~1679424972~22.04~4a8cde1 SMP PREEMPT_DYNAMIC Tue M x86_64 x86_64 x86_64 GNU/Linux
And
cat /etc/os-release
:IntelliJ:
The text was updated successfully, but these errors were encountered: