diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-27 13:51:25 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-27 13:51:25 +0200 |
commit | 6e9ca435ca123a74d3162327d2cb13515a40ab52 (patch) | |
tree | b7e75c0613bcf914e30382b093b1516f319ff2ac | |
parent | 0797e9955983ced98a8a50f5276978efcd7886ec (diff) |
gradle: trim experimental list
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 3efc9b38..db5593b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,8 +59,8 @@ android.library.defaults.buildfeatures.androidresources=false # Suppress warnings for some features that aren't yet stabilized android.suppressUnsupportedOptionWarnings=android.keepWorkerActionServicesBetweenBuilds,\ - android.experimental.enableNewResourceShrinker,android.experimental.enableNewResourceShrinker.preciseShrinking,\ - android.enableAppCompileTimeRClass,android.experimental.enableSourceSetPathsMap,android.experimental.cacheCompileLibResources,\ + android.experimental.enableNewResourceShrinker.preciseShrinking,\ + android.enableAppCompileTimeRClass,\ android.suppressUnsupportedOptionWarnings # OSSRH sometimes struggles with slow deployments, so this makes Gradle |