This message was deleted.
# community-support
s
This message was deleted.
v
Can you show a build
--scan
or at least a
--stacktrace
?
Seems you are using something that uses Gradle internals and is not compatible with 8.0. The method it complains about was only added in Gradle 8.1. So while whatever is using that, probably should not do it, you can probably work-around it by using a newer Gradle version.
n
Hello, This are my logs. https://scans.gradle.com/s/4d6srvg4mukv6 When I use
Copy code
JAVA 17 
gradle-8.2.1 
id 'io.freefair.aspectj.post-compile-weaving' version '8.1.0'
v
Yeah, you see updating Gradle resolved it
🙂
The remaining problem is a question for FreeFair or AspectJ, not Gradle community. 🙂