Skip to content

Commit cd96fe2

Browse files
committed
Updated download-jars
1 parent 22ff97f commit cd96fe2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

buildscripts/download-jars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/jfrog/maven-dep-tree
88

99
# Once you have updated the versions mentioned below, please execute this script from the root directory of the jfrog-cli-core to ensure the JAR files are updated.
10-
GRADLE_DEP_TREE_VERSION="3.1.0"
10+
GRADLE_DEP_TREE_VERSION="3.2.0"
1111
# Changing this version also requires a change in mavenDepTreeVersion within utils/java/mvn.go.
1212
MAVEN_DEP_TREE_VERSION="1.1.5"
1313

cli/docs/flags.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ var flagsMap = map[string]components.Flag{
273273
"[Gradle, Maven] Set to true if you'd like to use the Gradle or Maven wrapper.",
274274
components.WithBoolDefaultValue(true),
275275
),
276+
UseIncludedBuilds: components.NewBoolFlag(
277+
UseIncludedBuilds,
278+
"[Gradle] Set to true if you'd like to take into account included builds (composite builds) of gradle projects, in addition to including subprojects",
279+
components.WithBoolDefaultValue(false),
280+
),
276281
WorkingDirs: components.NewStringFlag(WorkingDirs, "A comma-separated(,) list of relative working directories, to determine the audit targets locations. If flag isn't provided, a recursive scan is triggered from the root directory of the project."),
277282
OutputDir: components.NewStringFlag(OutputDir, "Target directory to save partial results to.", components.SetHiddenStrFlag()),
278283
UploadRepoPath: components.NewStringFlag(UploadRepoPath, "Artifactory repository name or path to upload the cyclonedx file to. If no name or path are provided, a local generic repository will be created which will automatically be indexed by Xray.", components.WithStrDefaultValue("import-cdx-scan-results")),
359 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)