About 50 results
Open links in new tab
  1. What is Gradle in Android Studio? - Stack Overflow

    May 26, 2013 · Gradle is a bit confusing to me, and also for any new Android developer. Can anyone explain what Gradle in Android Studio is and what its purpose is? Why is it included in Android Studio?

  2. Manually install Gradle and use it in Android Studio

    That should force Gradle to "download" the package from your filesystem and set it up as it expects, while leaving other machines ok when you commit the gradle directory to your VCS.

  3. Difference between using gradlew and gradle - Stack Overflow

    Jan 31, 2017 · The difference lies in the fact that ./gradlew indicates you are using a gradle wrapper. The wrapper is generally part of a project and it facilitates installation of gradle. If you were using …

  4. How do I tell Gradle to use specific JDK version? - Stack Overflow

    Gradle 6.7+ — Use Gradle Toolchain Support The right way to do this with modern versions of Gradle (version 6.7+) is to use the Gradle Java Toolchain support.

  5. What is gradle wrapper and the gradlew.bat file?

    The Gradle Wrapper files are generated by the implicitly available Gradle task wrapper and then get checked into the VCS of the project in question. If those four files are not present for a project, it …

  6. Starting from which version does Gradle support Java 21?

    Sep 20, 2023 · The release notes say: With this release, Gradle now fully supports compiling, testing and running on Java 21. If migrating from older Gradle, see What's new in Gradle 8.0. Gradle and its …

  7. java - Gradle build without tests - Stack Overflow

    Dec 9, 2023 · I want to execute gradle build without executing the unit tests. I tried: gradle -Dskip.tests build That doesn't seem to do anything. Is there some other command I could use?

  8. Gradle - Could not find or load main class - Stack Overflow

    Jul 24, 2014 · 2 I fixed this by running a clean of by gradle build (or delete the gradle build folder mannually) This occurs if you move the main class to a new package and the old main class is still …

  9. java - How to change the Gradle version? - Stack Overflow

    Jan 18, 2022 · 6 I would like to change the Gradle version to 3.5.1 according to the project version received from git using this eclipse. So I changed the editing path for the system environment …

  10. gradle - How to fix "plugin was not found in any of the following ...

    Aug 28, 2019 · Gradle needed more access so I needed to discover, acquire, and import external certificates to my cacerts. Unfortunately, gradle was not returning information that clearly pointed out …