From a0c90ae1aead89a7df52dd23ce2c4825be6aaa86 Mon Sep 17 00:00:00 2001 From: Marcel Richter Date: Wed, 15 Nov 2023 02:56:16 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93dad20..8d06962 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,15 @@ individual buildSrc modules. This makes the build very modular and also very cle It has the following details: - Java 17 -- Gradle 8.2.1 +- Gradle 8.4 - buildSrc - Kotlin DSL - Version Catalog (libs.versions.toml) - Gradle Build Scan enabled in CI (Attention! Terms of Service are accepted by the environment variable `BUILD_SCAN_TOS_ACCEPTED` and the scan enabled by the environment variable `CI`) -- Kotlin 1.8.10 -- Spring Boot 3.0.3 -- Dokka 1.7.20 +- Kotlin 1.9.20 +- Spring Boot 3.1.5 +- Detekt 1.23.3 +- Dokka 1.9.10 - Spring Dependency-Management Additionally, I added a POC how Maven Publishing could work. In another project, I got it to work like this without