Skip to content

Commit 9ea640c

Browse files
renovate[bot]JavierSegoviaCordoba
authored andcommitted
Update dependency com.javiersc.hubdle to v0.5.0-alpha.21
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | -------------- | -------------- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.5.0-alpha.16 | 0.5.0-alpha.21 |
1 parent a43b912 commit 9ea640c

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
### Updated
1616

17+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.21`
1718
- `gradle -> 8.1.1`
18-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.16`
1919

2020
## [0.1.0-alpha.13] - 2023-04-17
2121

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
hubdle {
66
config {
77
analysis()
8+
coverage()
89
binaryCompatibilityValidator()
910
coverage()
1011
documentation {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
hubdle = "0.5.0-alpha.16"
2+
hubdle = "0.5.0-alpha.21"
33

44
[plugins]
55
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }

kotlin-stdlib/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hubdle {
22
config {
33
analysis()
4+
coverage()
45
documentation {
56
api()
67
}

kotlin-test-junit/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hubdle {
22
config {
33
analysis()
4+
coverage()
45
documentation { //
56
api()
67
}

kotlin-test-junit5/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hubdle {
22
config {
33
analysis()
4+
coverage()
45
documentation {
56
api()
67
}

kotlin-test-testng/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
hubdle {
22
config {
33
analysis()
4+
coverage()
45
documentation {
56
api()
67
}

0 commit comments

Comments
 (0)