We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sentry-spring-boot-jakarta
1 parent 7a07346 commit 591d92aCopy full SHA for 591d92a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- Don't apply Spring Boot plugin in `sentry-spring-boot-jakarta` ([#4456](https://github.com/getsentry/sentry-java/pull/4456))
8
+ - The jar for `io.sentry:sentry-spring-boot-jakarta` is now correctly being built and published to Maven Central.
9
10
## 8.13.1
11
12
### Fixes
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
13
}
14
15
configure<JavaPluginExtension> {
0 commit comments