Use gradle logger to filter out when running with only warning logs.

This commit is contained in:
Benoit Marty 2023-05-25 12:03:51 +02:00
parent 981632b7a4
commit 14366e18e7
5 changed files with 17 additions and 11 deletions

View file

@ -37,5 +37,5 @@ dependencies {
implementation(libs.showkase)
allLibrariesImpl()
allFeaturesImpl(rootDir)
allFeaturesImpl(rootDir, logger)
}