Relative Content

Tag Archive for gradle

Do i still have to place gradle’s jar in my repo in 2024?

when distros have gradle nicely packaged for 20 years, and my builds are on github with uses: gradle/actions/setup-gradle@v3 or whatever is the recomended way to have the latest gradle version on the build host: What is the proper way to configure a modern java (android) project using gradle? Do I still need to liter my source with gradlew, gradle.jar, etc?