From 74d0e30ba942849d2ab5913a4af0a32aa5c6fb3b Mon Sep 17 00:00:00 2001 From: Danny Thomas Date: Mon, 5 Feb 2024 14:24:37 +1100 Subject: [PATCH] Fix dangling brace --- .../netflix/gradle/plugins/rpm/RpmPluginIntegrationTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/groovy/com/netflix/gradle/plugins/rpm/RpmPluginIntegrationTest.groovy b/src/test/groovy/com/netflix/gradle/plugins/rpm/RpmPluginIntegrationTest.groovy index 4835989c..d73861c4 100644 --- a/src/test/groovy/com/netflix/gradle/plugins/rpm/RpmPluginIntegrationTest.groovy +++ b/src/test/groovy/com/netflix/gradle/plugins/rpm/RpmPluginIntegrationTest.groovy @@ -391,7 +391,6 @@ task buildRpm(type: Rpm) { ['./usr/share/myproduct/from-extension', './usr/share/myproduct/from-task'] == scanFiles*.name [ DIR, DIR] == scanFiles*.type } -} @Issue("https://github.com/nebula-plugins/gradle-ospackage-plugin/issues/246") def 'addParentDirs in ospackage extension propagates to rpm and deb'() {