Skip to content

Commit

Permalink
Update Maven and Gradle extractors (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Aug 21, 2024
1 parent bb14890 commit 58791d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/gradle.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const (
gradleExtractorFileName = "build-info-extractor-gradle-%s-uber.jar"
gradleInitScriptTemplate = "gradle.init"
gradleExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-gradle/%s"
gradleExtractor4DependencyVersion = "4.33.20"
gradleExtractor5DependencyVersion = "5.2.3"
gradleExtractor4DependencyVersion = "4.33.21"
gradleExtractor5DependencyVersion = "5.2.4"
projectPropertiesFlag = "-P"
systemPropertiesFlag = "-D"
)
Expand Down
2 changes: 1 addition & 1 deletion build/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
classworldsConfFileName = "classworlds.conf"
PropertiesTempFolderName = "properties"
MavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
MavenExtractorDependencyVersion = "2.41.21"
MavenExtractorDependencyVersion = "2.41.22"

ClassworldsConf = `main is org.apache.maven.cli.MavenCli from plexus.core
Expand Down

0 comments on commit 58791d5

Please sign in to comment.