Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit 1c9056d

Browse files
CopilotCybotTM
andcommitted
Update Java version to 11 for ActiveMQ 5.19.1 compatibility
Co-authored-by: CybotTM <[email protected]>
1 parent af52e84 commit 1c9056d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
apply plugin: 'io.spring.dependency-management'
88

99
java {
10-
sourceCompatibility = JavaVersion.VERSION_1_8
11-
targetCompatibility = JavaVersion.VERSION_1_8
10+
sourceCompatibility = JavaVersion.VERSION_11
11+
targetCompatibility = JavaVersion.VERSION_11
1212
}
1313

1414
repositories {

0 commit comments

Comments
 (0)