snyk 1.996.0 → 1.997.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2484,10 +2484,10 @@
|
|
|
2484
2484
|
},
|
|
2485
2485
|
{
|
|
2486
2486
|
"name": "snyk-gradle-plugin",
|
|
2487
|
-
"version": "3.22.
|
|
2487
|
+
"version": "3.22.2",
|
|
2488
2488
|
"author": "snyk.io",
|
|
2489
2489
|
"repository": "https://github.com/snyk/snyk-gradle-plugin",
|
|
2490
|
-
"source": "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.22.
|
|
2490
|
+
"source": "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.22.2.tgz",
|
|
2491
2491
|
"license": "Apache-2.0",
|
|
2492
2492
|
"licenseText": "Copyright 2017 Snyk Ltd.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
|
|
2493
2493
|
},
|
package/dist/lib/init.gradle
CHANGED
|
@@ -246,7 +246,7 @@ allprojects { currProj ->
|
|
|
246
246
|
def allSubProjectNames = []
|
|
247
247
|
def seenSubprojects = [:]
|
|
248
248
|
allprojects
|
|
249
|
-
.findAll({ it.
|
|
249
|
+
.findAll({ it.path != task.project.path })
|
|
250
250
|
.each({
|
|
251
251
|
def projKey = it.name
|
|
252
252
|
if (seenSubprojects.get(projKey)) {
|