Remove :samples:minimal module

This commit is contained in:
Benoit Marty 2024-11-14 09:06:13 +01:00
parent 87976694d4
commit cfc093b401
32 changed files with 3 additions and 587 deletions

View file

@ -18,5 +18,4 @@ set -e
./gradlew runQualityChecks
# Build, test and check the project, with warning as errors
# It also check that the minimal app is compiling.
./gradlew check -PallWarningsAsErrors=true