File tree Expand file tree Collapse file tree 4 files changed +1
-19
lines changed
src/SignalR/clients/java/signalr Expand file tree Collapse file tree 4 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ plugins {
1414 id ' maven-publish'
1515}
1616
17- java {
18- toolchain {
19- languageVersion = JavaLanguageVersion . of(17 )
20- }
21- }
22-
2317allprojects {
2418 apply plugin : " java-library"
2519 apply plugin : " com.diffplug.spotless"
@@ -28,7 +22,7 @@ allprojects {
2822 version project. findProperty(' packageVersion' ) ?: " 99.99.99-dev"
2923
3024 java {
31- sourceCompatibility = 1.8
25+ sourceCompatibility = 1.9
3226 }
3327
3428 repositories {
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ plugins {
66group ' com.microsoft.signalr'
77
88java {
9- toolchain {
10- languageVersion = JavaLanguageVersion . of(17 )
11- }
129 withJavadocJar()
1310 withSourcesJar()
1411}
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ group 'com.microsoft.signalr.messagepack'
77
88java
99{
10- toolchain {
11- languageVersion = JavaLanguageVersion . of(17 )
12- }
1310 withJavadocJar()
1411 withSourcesJar()
1512}
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ plugins {
22 id ' java'
33}
44
5- java {
6- toolchain {
7- languageVersion = JavaLanguageVersion . of(17 )
8- }
9- }
10-
115configurations {
126 antJUnit
137}
You can’t perform that action at this time.
0 commit comments