Closed maxjeffos closed 3 years ago
Bumps the version of @snyk/java-call-graph-builder to version 1.23.2 to include this fix: https://github.com/snyk/java-call-graph-builder/pull/57
@snyk/java-call-graph-builder
1.23.2
Use temporary file copied to the local filesystem to ensure the separate process that reads init.gradle can find it in binary releases.
init.gradle
Also bumping the release to use node 14 because apparently that is required now by semantic release: https://app.circleci.com/pipelines/github/snyk/snyk-gradle-plugin/339/workflows/835b53ae-ae10-42f6-8e53-e9acbae2b43b/jobs/3534
I also added a test variant that uses node 14.
:tada: This PR is included in version 3.16.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What does this PR do?
Bumps the version of
@snyk/java-call-graph-builder
to version1.23.2
to include this fix: https://github.com/snyk/java-call-graph-builder/pull/57Use temporary file copied to the local filesystem to ensure the separate process that reads
init.gradle
can find it in binary releases.Also bumping the release to use node 14 because apparently that is required now by semantic release: https://app.circleci.com/pipelines/github/snyk/snyk-gradle-plugin/339/workflows/835b53ae-ae10-42f6-8e53-e9acbae2b43b/jobs/3534
I also added a test variant that uses node 14.