File tree Expand file tree Collapse file tree
sentry-spring-boot-jakarta Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 8.13.2
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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ org.gradle.workers.max=2
1414android.useAndroidX =true
1515
1616# Release information
17- versionName =8.13.1
17+ versionName =8.13.2
1818
1919# Override the SDK name on native crashes on Android
2020sentryAndroidSdkName =sentry.native.android
Original file line number Diff line number Diff 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
1515configure<JavaPluginExtension > {
You can’t perform that action at this time.
0 commit comments