Skip to content

Commit

Permalink
Published 30.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed May 8, 2023
1 parent 12c326c commit ca57e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next Release

# 30.0.1
- [fix] _report-generator_: Fixed Gradle module metadata which resulted in `Could not find org.jacoco.agent-0.8.8-runtime`

# 30.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "com.teamscale"

val appVersion by extra("30.0.0")
val appVersion by extra("30.0.1")

val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"

Expand Down
1 change: 1 addition & 0 deletions report-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
artifact {
classifier = "runtime"
// Needs to be explicitly specified to end up in the Gradle Module metadata
// https://github.com/gradle/gradle/issues/21526
extension = "jar"
}
}
Expand Down

0 comments on commit ca57e8b

Please sign in to comment.