Socket
Socket
Sign inDemoInstall

snyk-gradle-plugin

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-gradle-plugin - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

2

dist/index.js

@@ -480,3 +480,3 @@ "use strict";

// If it is enabled in a gradle.properties file, it can be disabled on the command line with --no-configuration-cache
if (gradleVersion.match(/Gradle 7/))
if (gradleVersion.match(/Gradle 7/) || gradleVersion.match(/Gradle 8/))
args.push('--no-configuration-cache');

@@ -483,0 +483,0 @@ // There might be a legacy --configuration option in 'args'.

@@ -57,3 +57,3 @@ {

},
"version": "4.0.2"
"version": "4.1.0"
}

@@ -30,3 +30,3 @@ ![Snyk logo](https://snyk.io/style/asset/logo/snyk-print.svg)

| Linux | ✅ |
| OSX | ️✅ |
| OSX | ️✅ |

@@ -37,5 +37,5 @@ ## Supported Node versions

| ---- | --------- |
| 12 | ✅ |
| 14 | ✅ |
| 16 | ✅ |
| 18 | ✅ |
| 20 | ✅ |

@@ -50,2 +50,3 @@ ## Supported Gradle versions

| 7 | ✅ |
| 8 | ✅ |

@@ -52,0 +53,0 @@ # Supported Snyk command line arguments:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc