Commit b119afb
committed
Enable Spotless verification for Android Port and fix reporting
- Added `spotless-maven-plugin` to `maven/android/pom.xml` configured for `Ports/Android/src`.
- Updated `scripts/build-android-port.sh` to run `spotless:check` and report results.
- Applied Spotless formatting to existing Android port source code.
- Protected sensitive lines in `AndroidImplementation.java` from formatting to prevent build server issues.
- Updated quality reporting scripts to suppress missing report warnings and include Spotless results in the Android status comment.
- Ensured CI fails if Spotless verification fails.1 parent a00c62a commit b119afb
File tree
1 file changed
+3
-3
lines changed- Ports/Android/src/com/codename1/impl/android
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1127 | 1127 | | |
1128 | 1128 | | |
1129 | 1129 | | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
| |||
0 commit comments