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
spencergibb
changed the title
kotlin module uses different version than what boot provides
kotlin module uses different version than what boot provides, prevents boot 3.1 compatibility builds
Mar 16, 2023
spencergibb
changed the title
kotlin module uses different version than what boot provides, prevents boot 3.1 compatibility builds
kotlin module uses different kotlin version than what boot provides, prevents boot 3.1 compatibility builds
Mar 16, 2023
This causes build failures when testing compatibility with boot 3.1.x. It also sets the target jvm version to 1.8, it should be 17
spring-cloud-function/spring-cloud-function-kotlin/pom.xml
Lines 64 to 99 in 9e39f2c
One potential issue is the use of
kotlin-maven-allopen
which I don't think is managed anywhere. Maybe we can ask the boot team to manage it?Here is a similar change that gateway made spring-cloud/spring-cloud-gateway@4c4c6f3
The text was updated successfully, but these errors were encountered: