Skip to content

Commit 49b6b3d

Browse files
Fix old plugin deletion (#24)
1 parent dad2a10 commit 49b6b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.sonar-plugin.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ val cleanupTask = tasks.register<Delete>("cleanupOldVersion") {
2727

2828
// those variables need to be calculated in the configuration phase to enable Configuration cache
2929
// https://docs.gradle.org/8.12.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
30-
var projectName = "${project.name}-*.jar"
30+
var projectName = "${project.name}"
3131
var projectVersion = "${project.version}"
3232
delete(
3333
fileTree(layout.buildDirectory.dir("libs")).matching {

0 commit comments

Comments
 (0)