force the Java version using a Gradle command January 28, 2026 | No Comments | console, gradle, gradlew, information, java, macos Visual Studio (the IDE) recognizes Java 25, but you want 21, for example (on macOS).
coordinates in build.gradle January 27, 2026 | No Comments | information in anypart of your file (root content)
important things about Gradle January 25, 2026 | No Comments | gradle, groovy, information, java, new-library, script, spring-boot An artifact is any file that is generated during the development process and that can be shared or deployed. The dependency manager is responsible for […]
Publish artifact and consume it with gradle in nexus local repository January 23, 2026 | No Comments | gradle, groovy, information, maven The diagram is as follows: A (gradle spring-boot api rest) -> A consume to library B B is published in the local Nexus repository B […]