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 4649255 commit 69cecfeCopy full SHA for 69cecfe
build.gradle.kts
@@ -38,7 +38,7 @@ repositories {
38
mavenCentral()
39
ivy {
40
url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/")
41
- patternLayout { artifact("v[revision]/[module].[revision].[ext]") }
+ patternLayout { artifact("[revision]/[module].[revision].[ext]") }
42
content { includeGroup("PSScriptAnalyzer") }
43
metadataSources { artifact() }
44
}
0 commit comments