Prechádzať zdrojové kódy

exclude groovy for jacoco
remove desugaring

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

tobiasKaminsky 6 rokov pred
rodič
commit
288ed6585b
2 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 1
      build.gradle
  2. 0 1
      gradle.properties

+ 3 - 1
build.gradle

@@ -16,7 +16,9 @@ buildscript {
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:3.3.0'
-        classpath('com.dicedmelon.gradle:jacoco-android:0.1.3')
+        classpath('com.dicedmelon.gradle:jacoco-android:0.1.3') {
+            exclude group: 'org.codehaus.groovy', module: 'groovy-all'
+        }
     }
 }
 

+ 0 - 1
gradle.properties

@@ -1,6 +1,5 @@
 # workaround since lombok and desugering have an issue
 # to be fixed with gradle Android plugin 3.3.0
-android.enableD8.desugaring=false
 android.enableJetifier=true
 android.useAndroidX=true
 android.debug.obsoleteApi=true