Skip to content

Commit c1bca1a

Browse files
committed
Prepare version 0.14.0
1 parent 8f89339 commit c1bca1a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22

3-
Version 0.14.0 *(In development)*
4-
---------------------------------
3+
Version 0.14.0 *(2019-04-30)*
4+
-----------------------------
5+
6+
- Update dependencies. [\#154](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/154) ([vanniktech](https://github.com/vanniktech))
7+
- Add support for Gradle 5 [\#153](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/153) ([henriquenfaria](https://github.com/henriquenfaria))
8+
- Fix StackOverflowError with Gradle 5.0 regarding FileCollection [\#151](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/151) ([Laimiux](https://github.com/Laimiux))
9+
- Cope with new Android DSL to configure includeNoLocationClasses [\#150](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/150) ([aygalinc](https://github.com/aygalinc))
10+
- Add support for kotlin multiplatform plugin [\#141](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/141) ([henriquenfaria](https://github.com/henriquenfaria))
11+
- Remove sudo: false from travis config. [\#135](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/135) ([vanniktech](https://github.com/vanniktech))
12+
- Don't run tests when creating the merged test coverage report. Instead it's required to run specific tests manually before. [\#134](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/134) ([vRallev](https://github.com/vRallev))
513

614
Version 0.13.0 *(2018-10-11)*
715
-----------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In addition the plugin generates `mergeJacocoReports` & `jacocoTestReportMerged`
4646

4747
`jacocoTestReportMerged` will output an xml and html file for the merged report.
4848

49-
Works with the latest Gradle Android Tools version 2.3.3. This plugin is compiled using Java 7 hence you also need Java 7 in order to use it.
49+
Works with the latest Gradle Android Tools version 3.4.0. This plugin is compiled using Java 7 hence you also need Java 7 in order to use it.
5050

5151
# Set up
5252

@@ -58,7 +58,7 @@ buildscript {
5858
mavenCentral()
5959
}
6060
dependencies {
61-
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.0"
61+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.14.0"
6262
}
6363
}
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.14.0-SNAPSHOT
2+
VERSION_NAME=0.14.0
33

44
POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
55
POM_NAME=Gradle Android Jacoco Plugin

0 commit comments

Comments
 (0)