Skip to content

Commit 57c0ece

Browse files
committed
update version
1 parent f01eebf commit 57c0ece

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ allprojects {
2222

2323
java {
2424
toolchain {
25-
languageVersion = JavaLanguageVersion.of(21)
25+
languageVersion = JavaLanguageVersion.of(17)
2626
}
27-
sourceCompatibility = JavaVersion.VERSION_21
28-
targetCompatibility = JavaVersion.VERSION_21
27+
sourceCompatibility = JavaVersion.VERSION_17
28+
targetCompatibility = JavaVersion.VERSION_17
2929
}
3030

3131
repositories {
@@ -83,7 +83,7 @@ ext {
8383

8484
subprojects {
8585
group = "com.github.sonus21"
86-
version = "4.0.0-RC2"
86+
version = "4.0.0-RC3"
8787

8888
dependencies {
8989
// https://mvnrepository.com/artifact/org.springframework/spring-messaging

0 commit comments

Comments
 (0)