Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Gradle problem feedback


May 25, 2021 Gradle


Table of contents


Question feedback

When you use Gradle or other software, you're more or less likely to run into problems, perhaps new features that you can't handle, some bugs, or some common problems with Gradle. This chapter will give you some advice on how to solve a problem and how to get help.

Fix the problem

When you have a problem, first make sure you're using the latest version of Gradle. T he latest version will always be more refined and with more new features. Perhaps your problem has been solved in the latest version.

If you run in daemon mode, try --no-daemon to stop the guard mode.

Get help

You can go to the official http://forums.gradle.org Gralde forum for some help. Here you can communicate with Gradle's developers and other community members.

If anything is uncertain, going to the forum to post is the best way to solve the problem. P erhaps this is also some good suggestions for us to improve. A t the same time, the development team periodically posts and posts the latest versions on the forum. This keeps you up-to-date with the Gradle development team.