Skip to content

Commit 591d92a

Browse files
authored
Don't apply Spring Boot plugin in sentry-spring-boot-jakarta (#4456)
1 parent 7a07346 commit 591d92a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 8.13.1
411

512
### Fixes

sentry-spring-boot-jakarta/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
alias(libs.plugins.errorprone)
1010
alias(libs.plugins.gradle.versions)
1111
alias(libs.plugins.buildconfig)
12-
alias(libs.plugins.spring.boot.three)
12+
alias(libs.plugins.spring.boot.three) apply false
1313
}
1414

1515
configure<JavaPluginExtension> {

0 commit comments

Comments
 (0)