Skip to content

Commit d4ee84a

Browse files
author
Marcel Schnelle
authored
Update to Gradle 5-compatible APIs (#131)
* Update usage of deprecated Jacoco APIs to achieve Gradle 5 compatibility
1 parent 0f7e7c7 commit d4ee84a

File tree

9 files changed

+266
-479
lines changed

9 files changed

+266
-479
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ local.properties
66
!.idea/codeStyleSettings.xml
77
.DS_Store
88
build/
9+
out/
910
captures/

.idea/codeStyleSettings.xml

Lines changed: 0 additions & 329 deletions
This file was deleted.

android-junit5-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType<Test> {
6363
exceptionFormat = TestExceptionFormat.FULL
6464
}
6565

66-
// Enable this line to run disable running Functional Tests on the local device
66+
// Uncomment this line to run disable running Functional Tests on the local device
6767
// environment("CI", "true")
6868
}
6969

0 commit comments

Comments
 (0)