Skip to content

Commit

Permalink
Update plugins website URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Nov 10, 2023
1 parent 04edb17 commit 2ad8e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle-plugins/settings-include-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
}

pluginBundle {
website = "https://github.com/LouisCAD/LibPublishingHelpers"
website = "https://github.com/LouisCAD/LibPublishingHelpers/tree/main/gradle-plugins/settings-include-dsl"
vcsUrl = "https://github.com/LouisCAD/LibPublishingHelpers.git"
tags = listOf("kotlin-dsl", "kotlin")
}
2 changes: 1 addition & 1 deletion gradle-plugins/version-sync/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
}

pluginBundle {
website = "https://github.com/LouisCAD/LibPublishingHelpers"
website = "https://github.com/LouisCAD/LibPublishingHelpers/tree/main/gradle-plugins/version-sync"
vcsUrl = "https://github.com/LouisCAD/LibPublishingHelpers.git"
tags = listOf("kotlin-dsl", "kotlin", "versioning", "multi-modules")
}

0 comments on commit 2ad8e1b

Please sign in to comment.