Skip to content

Commit

Permalink
Merge pull request #10 from timotei/master
Browse files Browse the repository at this point in the history
Update changelog & add release plugin
  • Loading branch information
gluck authored Jun 13, 2016
2 parents 1ddb18e + df57531 commit 51a0cdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# gradle-opencover-plugin changelog

## 1.4
### Fixed
* The proper assembly names are sent to opencover as filters, yielding
expected result files (which don't contain unwanted assemblies)

## 1.3
### Fixed
* Fix breaking change for gradle-nunit-plugin introduced in 1.5

gradle-nunit-plugin version | gradle-opencover-plugin support version
--- | ----------------------
--- | ----------------------
1.6 | >= 1.3
1.5 | not supported
1.4 or below | <= 1.2
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ buildscript {
}
dependencies {
classpath "nu.studer:gradle-plugindev-plugin:1.0.4.MULTI"
classpath 'net.researchgate:gradle-release:2.4.0'

}
}
apply plugin: 'groovy'
apply plugin: 'nu.studer.plugindev'
apply plugin: 'net.researchgate.release'

dependencies {
compile 'org.apache.commons:commons-io:1.3.2'
Expand Down Expand Up @@ -51,3 +54,5 @@ plugindev {

done()
}

project.tasks.afterReleaseBuild.dependsOn project.tasks.bintrayUpload

0 comments on commit 51a0cdd

Please # to comment.