Skip to content

Commit 7235ace

Browse files
committed
Dependencies: migrate to proper v-suffix for PSScriptAnalyzer
1 parent dc4286e commit 7235ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repositories {
4141
mavenCentral()
4242
ivy {
4343
url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/")
44-
patternLayout { artifact("[revision]/[module].[revision].[ext]") }
44+
patternLayout { artifact("v[revision]/[module].[revision].[ext]") }
4545
content { includeGroup("PSScriptAnalyzer") }
4646
metadataSources { artifact() }
4747
}

0 commit comments

Comments
 (0)