Skip to content

Commit

Permalink
changing version to 0.0.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivzs committed Oct 16, 2019
1 parent ca907a7 commit b0ede18
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions build.gradle
Expand Up @@ -49,7 +49,7 @@ publishing {
pom {
name = 'Kalium'
description = 'A reactive framework for micro-services. current commit_id=' + gitVersion()
version = '0.0.3-SNAPSHOT'
version = '0.0.3'
url = 'https://kalium.alkal.io'

licenses {
Expand Down Expand Up @@ -107,21 +107,6 @@ repositories {
mavenLocal()
}

// task codeCoverageReport(type: JacocoReport) {
// executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")

// subprojects.each {
// sourceSets it.sourceSets.main
// }

// reports {
// xml.enabled true
// xml.destination file("${buildDir}/reports/jacoco/report.xml")
// html.enabled false
// csv.enabled false
// }
// }

jacocoTestReport {
reports {
xml.enabled true
Expand Down

0 comments on commit b0ede18

Please sign in to comment.