diff --git a/build.gradle.kts b/build.gradle.kts index 2b3bc7db..919221a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ repositories { mavenCentral() ivy { url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/") - patternLayout { artifact("v[revision]/[module].[revision].[ext]") } + patternLayout { artifact("[revision]/[module].[revision].[ext]") } content { includeGroup("PSScriptAnalyzer") } metadataSources { artifact() } }