You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins {
id 'java'
id 'com.google.cloud.tools.jib' version '3.3.2'
id 'org.springframework.boot' version '3.1.3'
id "io.sentry.jvm.gradle" version "3.12.0"
}
dependencies {
implementation platform('io.sentry:sentry-bom:6.28.0')
implementation 'io.sentry:sentry-log4j2'
}
jib {
from {
image ="eclipse-temurin:17-jre-alpine"
}
}
Run the jib task
Expected Result
Sentry is installed
Actual Result
> Task :compileJava
[sentry] sentry-spring-boot won't be installed because the current version is higher than the maximum supported version (2.9999.9999)
[sentry] sentry-spring won't be installed because the current version is higher than the maximum supported version (5.9999.9999)
The text was updated successfully, but these errors were encountered:
hi @AntonOellerer this is just a warning message that the older sentry-spring-boot dependency won't be installed (the newer one (-jakarta/3.+) is still installed correctly). We'll change the log level to info to avoid the confusion.
Integration
other
Java Version
17
Version
6.28.0
Steps to Reproduce
jib
taskExpected Result
Sentry is installed
Actual Result
The text was updated successfully, but these errors were encountered: