Kashibuchi’s blog

勉強のこと、趣味のこと、日々のこと

GradleのWrapperをバージョンアップする

Spring Initializrが作ったWrapperのバージョンアップ手順。

>gradlew.bat wrapper --gradle-version=8.0.2
Downloading https://services.gradle.org/distributions/gradle-8.0.1-bin.zip
...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%

Welcome to Gradle 8.0.1!

Here are the highlights of this release:
 - Improvements to the Kotlin DSL
 - Fine-grained parallelism from the first build with configuration cache
 - Configurable Gradle user home cache cleanup

For more details see https://docs.gradle.org/8.0.1/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

BUILD SUCCESSFUL in 39s
1 actionable task: 1 executed