About 51 results
Open links in new tab
  1. java - How to run JUnit tests with Gradle? - Stack Overflow

    Dec 20, 2013 · Gradle 9 is annotated using the JSpecify standard for nullness. Java 17 is the minimum version to run Gradle itself. Currently Gradle can run itself with Java 24 but not Java 25. Gradle 9 …

  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. How to create Java gradle project - Stack Overflow

    Dec 24, 2012 · I could handle it using a groovy method in build.gradle to create all source folders for java, resources and test. Then I set it to run before gradle eclipse task.

  4. Why run 'gradle clean build' instead of 'gradle build'?

    Mar 13, 2015 · Why would I run gradle clean build instead of gradle build? From what I understand, Gradle can detect source changes and update the final artifacts if needed. So why would I still need …

  5. 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?

  6. gradlew - How to use gradle zip in local system without downloading ...

    Apr 6, 2014 · From gradle-wrapper documentation, I found in section 61.1. Configuration If you don't want any download to happen when your project is build via gradlew, simply add the Gradle …

  7. How to download dependencies in gradle - Stack Overflow

    2 With the new configuration cache enabled (org.gradle.configuration-cache=true in gradle.properties) I find that a simple ./gradlew build --dry-run downloads all the dependencies needed to do a build …

  8. Difference between build.gradle (Project) and build.gradle (Module)

    Jul 29, 2021 · While in module level Gradle top-level module mainly used for signing info, version details, build types, product flavours, plugins and dependencies etc. Further lower-level modules …

  9. 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?

  10. Android Studio Error "Android Gradle plugin requires Java 11 to run ...

    Apr 7, 2021 · In Android Studio Hedgehog 2023.1.1, the setting for the Gradle JDK is moved to Android Studio -> Settings/Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle.