Skip to content

Commit cbb401a

Browse files
authored
Adding compatibility for Java17 (faucetsdn#1116)
Co-authored-by: pablinchapin <pablinchapin@users.noreply.github.com>
1 parent 73d472c commit cbb401a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pubber/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ java {
2626
toolchain {
2727
languageVersion = JavaLanguageVersion.of(21)
2828
}
29+
sourceCompatibility = JavaVersion.VERSION_17
30+
targetCompatibility = JavaVersion.VERSION_17
2931
}
3032

3133
sourceSets {

udmis/bin/build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ if [[ -z $check && -z $covg && -z $newer_files ]]; then
4747
exit 0
4848
fi
4949

50-
export JAVA_HOME=$JAVA_HOME_11_X64
51-
5250
echo Building udmis in $PWD
5351

5452
./gradlew shadow $check $covg $*

0 commit comments

Comments
 (0)