We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4286e commit 7235aceCopy full SHA for 7235ace
build.gradle.kts
@@ -41,7 +41,7 @@ repositories {
41
mavenCentral()
42
ivy {
43
url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/")
44
- patternLayout { artifact("[revision]/[module].[revision].[ext]") }
+ patternLayout { artifact("v[revision]/[module].[revision].[ext]") }
45
content { includeGroup("PSScriptAnalyzer") }
46
metadataSources { artifact() }
47
}
0 commit comments