freefair / gradle-plugins

Gradle Plugin Collection
https://docs.freefair.io/gradle-plugins/current/reference/
MIT License
224 stars 33 forks source link

gradle warning of aspectj #781

Open choxsword opened 1 year ago

choxsword commented 1 year ago

Configure project : The JavaExec.main property has been deprecated. This is scheduled to be removed in Gradle 8.0. Please use the mainClass property instead. See https://docs.gradle.org/7.1/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main for more details. at TestAspectMain_main_dav0zyk1278fyjh26ohxiy7c8$_run_closure1$_closure2$_closure3.doCall(C:\Users\Administrator\AppData\Local\Temp\TestAspectMain_main.gradle:23) (Run with --stacktrace to get the full stack trace of this deprecation warning.)

choxsword commented 1 year ago

I've tryed 6xx and 8xx version, none of them can solve this warning.

larsgrefer commented 1 year ago

Could you run it again with --stacktrace?