Executing Gradle tasks as part of an undefined build has been deprecated. This will fail with an error in Gradle 7.0

when i try and set up gradle with a java application it allows th ebuild to happen but says that along with it and does it when i try other commands as well. most of the time it just says build successful in 1 second, 1actionable task: 1 executed when im sure it should take longer to generate the files, that arent even included in the build folder.

any help with this issue would be appreciated?

Executing Gradle tasks as part of an undefined build has been deprecated. This will fail with an error in Gradle 7.0

This warning would appear if you’re missing a settings.gradle / settings.gradle.kts file for the build. The settings file will no longer be optional in Gradle 7.0. This should not be causing any issues at this point though.

If the build is not doing what you expect, this is unlikely related unless you’re not even running the build from the correct folder for what you have. However, you haven’t provided any information that would allow someone to help with the other issues you might be having.