diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb735e299a..6f8b8bc9f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +### Fixes + +- Don't apply Spring Boot plugin in `sentry-spring-boot-jakarta` ([#4456](https://github.com/getsentry/sentry-java/pull/4456)) + - The jar for `io.sentry:sentry-spring-boot-jakarta` is now correctly being built and published to Maven Central. + ## 8.13.1 ### Fixes diff --git a/sentry-spring-boot-jakarta/build.gradle.kts b/sentry-spring-boot-jakarta/build.gradle.kts index fb7c4d960c4..14e9280590a 100644 --- a/sentry-spring-boot-jakarta/build.gradle.kts +++ b/sentry-spring-boot-jakarta/build.gradle.kts @@ -9,7 +9,7 @@ plugins { alias(libs.plugins.errorprone) alias(libs.plugins.gradle.versions) alias(libs.plugins.buildconfig) - alias(libs.plugins.spring.boot.three) + alias(libs.plugins.spring.boot.three) apply false } configure {