File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
build :
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-18 .04
9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
14
14
with :
15
15
java-version : 1.8
16
16
- name : Build with Gradle
17
- run : ./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport
17
+ run : ./gradlew -Pcoverage lintBetaDebug pmd checkstyle jacocoTestBetaDebugUnitTestReport
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
maven { url " https://plugins.gradle.org/m2/" }
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1 .1'
10
+ classpath ' com.android.tools.build:gradle:4.0 .1'
11
11
classpath " com.hiya:jacoco-android:0.2"
12
12
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
Original file line number Diff line number Diff line change 1
- # Sun Dec 06 19:30:44 GMT 2020
1
+ # Thu Dec 26 14:27:31 IST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
You can’t perform that action at this time.
0 commit comments