Skip to content

Commit

Permalink
Add information for upgrading Gradle.
Browse files Browse the repository at this point in the history
Related to #7
  • Loading branch information
mneiferbag committed Oct 8, 2024
1 parent 5f1997d commit 8bb95eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ and the OpenAPI description is available at

## Gradle

Run `gradle wrapper --gradle-version 7.4.2` to update the project to 7.4.2.
Check version with command `gradle -v`.

Run `gradlew wrapper --gradle-version latest` to update the project to latest version.

Run `gradlew wrapper --gradle-version 7.4.2` to update the project to 7.4.2.

## Links

Expand Down
6 changes: 5 additions & 1 deletion doc/upgrade_guide.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Upgrade Guide
Markus Neifer
0.1, 07.10.2024: _DRAFT
0.1, 08.10.2024: _DRAFT
:toc:
== Java
Expand All @@ -11,6 +11,10 @@ Target LTS version is: 21
Existing Gradle version is: 7.4.2 (from `gradle/wrapper/gradle-wrapper.properties`)
Latest Gradle version is 8.x.
See https://docs.gradle.org/current/userguide/upgrading_version_7.html[Upgrading your build from Gradle 7.x to 8.0] for upgrade advice.
== Spring Boot
Existing Spring Boot version is: `id("org.springframework.boot") version "2.6.3"` (from `build.gradle.kts`)
Expand Down

0 comments on commit 8bb95eb

Please sign in to comment.