File tree 3 files changed +20
-3
lines changed 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Android CI
2
+
3
+ on :
4
+ push
5
+
6
+ jobs :
7
+ build :
8
+ runs-on : ubuntu-20.04
9
+
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - name : set up JDK 1.8
13
+ uses : actions/setup-java@v1
14
+ with :
15
+ java-version : 1.8
16
+ - name : Build with Gradle
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.0 .1'
10
+ classpath ' com.android.tools.build:gradle:4.1 .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
- # Thu Dec 26 14:27:31 IST 2019
1
+ # Sun Dec 06 19:30:44 GMT 2020
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.2.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
You can’t perform that action at this time.
0 commit comments