File: gradle-compatibility.patch

package info (click to toggle)
bnd 2.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,480 kB
  • sloc: java: 93,752; xml: 19,453; sh: 268; makefile: 160
file content (14 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix the compatibility with the version of Gradle in Debian
Origin: backport, https://github.com/bndtools/bnd/commit/72d9e5b
Bug: https://github.com/bndtools/bnd/issues/799
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,7 +24,7 @@
   configurations.classpath.resolutionStrategy.cacheChangingModulesFor 30, 'minutes'
   dependencies {
     components {
-      eachComponent { ComponentMetadataDetails details ->
+      all { ComponentMetadataDetails details ->
         details.changing = true
       }
     }