Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.7.0
Browse files Browse the repository at this point in the history
| datasource | package                                               | from  | to    |
| ---------- | ----------------------------------------------------- | ----- | ----- |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.6.8 | 0.7.0 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed May 31, 2024
1 parent 3483de1 commit d521816
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**/.gradle/**/*

.idea/
.kotlin/

build
**/build/**/*
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.8`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.0`

## [0.5.1] - 2024-03-29

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
hubdle = "0.6.8"
hubdle = "0.7.0"

[plugins]
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ internal fun File.createGitIgnore() {
createNewFile()
writeText(
"""
|.gradle/
|.idea/
|.kotlin/
|build/
|.gradle/
|local.properties
|environment/
|
Expand Down

0 comments on commit d521816

Please sign in to comment.