Skip to content

Commit 5850b90

Browse files
Update dependency com.javiersc.hubdle to v0.5.0-alpha.6
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | -------------- | ------------- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.4.0-alpha.17 | 0.5.0-alpha.6 |
1 parent bb6e2d0 commit 5850b90

15 files changed

+14
-40
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
end_of_line = lf
33
insert_final_newline = true
44

5-
[{*.kt, *.kts}]
5+
[{*.kt,*.kts}]
66
indent_style = space
77
max_line_length = 100
88
indent_size = 4

.github/workflows/apply-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ on:
55

66
jobs:
77
apply-format:
8-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/apply-format.yaml@hubdle
8+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/apply-format.yaml@main
99
secrets: inherit

.github/workflows/build-changelog-renovate-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
add-updated-dependencies-to-changelog:
10-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-changelog-renovate-bot.yaml@hubdle
10+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-changelog-renovate-bot.yaml@main
1111
secrets: inherit

.github/workflows/build-kotlin-dispatcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
build:
23-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@hubdle
23+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
2424
with:
2525
gradle-args: '${{ github.event.inputs.gradle-args }}'
2626
gradle-cache: '${{ github.event.inputs.gradle-cache }}'

.github/workflows/build-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@hubdle
18+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
1919
with:
2020
allow-github-actor-bots: false
2121
secrets: inherit

.github/workflows/clear-cache.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/generate-version-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
generate:
31-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/generate-version-tag.yaml@hubdle
31+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/generate-version-tag.yaml@main
3232
with:
3333
stage: '${{ github.event.inputs.stage }}'
3434
scope: '${{ github.event.inputs.scope }}'

.github/workflows/publish-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
publish:
10-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/publish-kotlin.yaml@hubdle
10+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/publish-kotlin.yaml@main
1111
secrets: inherit

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
### Updated
2828

29-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.4.0-alpha.17`
29+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.6`
3030
- `gradle -> 8.0.2`
3131
- `easimon/wipe-cache -> v2`
3232

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ project.group=com.javiersc.kotlin
77
####################################################################################################
88
### CODE ANALYSIS ###
99
####################################################################################################
10+
analysis.qodana.projectKey=ALrVL
1011
analysis.sonar.organization=javiersc
1112
analysis.sonar.projectKey=com.javiersc.kotlin:kotlin-stdlib
1213
analysis.sonar.projectName=kotlin-stdlib

0 commit comments

Comments
 (0)