Skip to content

Commit

Permalink
Dependencies: migrate to proper v-suffix for PSScriptAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 15, 2024
1 parent dc4286e commit 7235ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {
mavenCentral()
ivy {
url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/")
patternLayout { artifact("[revision]/[module].[revision].[ext]") }
patternLayout { artifact("v[revision]/[module].[revision].[ext]") }
content { includeGroup("PSScriptAnalyzer") }
metadataSources { artifact() }
}
Expand Down

0 comments on commit 7235ace

Please sign in to comment.