File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1717 - name : env
1818 run : env
1919 - name : Run Snyk to check for vulnerabilities
20- uses : snyk/actions/gradle-jdk14 @master
20+ uses : snyk/actions/gradle@master
2121 env :
2222 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
2323 with :
Original file line number Diff line number Diff line change @@ -123,14 +123,11 @@ android {
123123 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
124124 }
125125 }
126- // flavorDimensions "default"
127- // lintOptions { abortOnError false }
126+
128127 compileOptions {
129- // Flag to enable support for the new language APIs
130128 coreLibraryDesugaringEnabled true
131- // Sets Java compatibility to Java 8
132- sourceCompatibility JavaVersion . VERSION_11
133- targetCompatibility JavaVersion . VERSION_11
129+ sourceCompatibility JavaVersion . VERSION_1_8
130+ targetCompatibility JavaVersion . VERSION_1_8
134131 }
135132}
136133configurations { archives }
You can’t perform that action at this time.
0 commit comments