Skip to content

Commit ccd79be

Browse files
committed
Changed-version-without-passthrough
1 parent 9bfc7ab commit ccd79be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/curation/curationaudit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const (
7575
MinArtiGolangSupport = "7.87.0"
7676
MinArtiNuGetSupport = "7.93.0"
7777
MinXrayPassThroughSupport = "3.92.0"
78+
MinArtiGradlesupport = "7.63.5"
7879
)
7980

8081
var CurationOutputFormats = []string{string(outFormat.Table), string(outFormat.Json)}
@@ -94,7 +95,7 @@ var supportedTech = map[techutils.Technology]func(ca *CurationAuditCommand) (boo
9495
return ca.checkSupportByVersionOrEnv(techutils.Nuget, MinArtiNuGetSupport)
9596
},
9697
techutils.Gradle: func(ca *CurationAuditCommand) (bool, error) {
97-
return ca.checkSupportByVersionOrEnv(techutils.Gradle, MinArtiPassThroughSupport)
98+
return ca.checkSupportByVersionOrEnv(techutils.Gradle, MinArtiGradlesupport)
9899
},
99100
}
100101

0 commit comments

Comments
 (0)