The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt/android: Bump google-java-format to 1.18.1

Use the latest google-java-format to support JDK17 for AGP 8.x.

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Rylie Pavlik
7d61a6f8 e06e2223

+4 -4
+1 -1
src/xrt/auxiliary/android/build.gradle
··· 55 55 java { 56 56 target 'src/main/java/**/*.java' 57 57 // apply a specific flavor of google-java-format. 58 - googleJavaFormat('1.8').aosp().reflowLongStrings() 58 + googleJavaFormat('1.18.1').aosp().reflowLongStrings() 59 59 // fix formatting of type annotations. 60 60 formatAnnotations() 61 61 }
+1 -1
src/xrt/ipc/android/build.gradle
··· 71 71 java { 72 72 target 'src/main/java/**/*.java' 73 73 // apply a specific flavor of google-java-format. 74 - googleJavaFormat('1.8').aosp().reflowLongStrings() 74 + googleJavaFormat('1.18.1').aosp().reflowLongStrings() 75 75 // fix formatting of type annotations. 76 76 formatAnnotations() 77 77 }
+1 -1
src/xrt/targets/android_common/build.gradle
··· 20 20 java { 21 21 target 'src/main/java/**/*.java' 22 22 // apply a specific flavor of google-java-format. 23 - googleJavaFormat('1.8').aosp().reflowLongStrings() 23 + googleJavaFormat('1.18.1').aosp().reflowLongStrings() 24 24 // fix formatting of type annotations. 25 25 formatAnnotations() 26 26 }
+1 -1
src/xrt/targets/openxr_android/build.gradle
··· 26 26 java { 27 27 target 'src/main/java/**/*.java' 28 28 // apply a specific flavor of google-java-format. 29 - googleJavaFormat('1.8').aosp().reflowLongStrings() 29 + googleJavaFormat('1.18.1').aosp().reflowLongStrings() 30 30 // fix formatting of type annotations. 31 31 formatAnnotations() 32 32 }