We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01eebf commit 57c0eceCopy full SHA for 57c0ece
1 file changed
build.gradle
@@ -22,10 +22,10 @@ allprojects {
22
23
java {
24
toolchain {
25
- languageVersion = JavaLanguageVersion.of(21)
+ languageVersion = JavaLanguageVersion.of(17)
26
}
27
- sourceCompatibility = JavaVersion.VERSION_21
28
- targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
29
30
31
repositories {
@@ -83,7 +83,7 @@ ext {
83
84
subprojects {
85
group = "com.github.sonus21"
86
- version = "4.0.0-RC2"
+ version = "4.0.0-RC3"
87
88
dependencies {
89
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
0 commit comments