Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/jfrog/build-info-go into utf…
Browse files Browse the repository at this point in the history
…16-encode
  • Loading branch information
sverdlov93 committed Feb 21, 2024
2 parents 8ab3f69 + cdaf0a5 commit 261ad5d
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.11"
gradleExtractor5DependencyVersion = "5.1.14"
gradleExtractor4DependencyVersion = "4.33.13"
gradleExtractor5DependencyVersion = "5.2.0"
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 @@ -20,7 +20,7 @@ const (
classworldsConfFileName = "classworlds.conf"
PropertiesTempFolderName = "properties"
MavenExtractorRemotePath = "org/jfrog/buildinfo/build-info-extractor-maven3/%s"
MavenExtractorDependencyVersion = "2.41.12"
MavenExtractorDependencyVersion = "2.41.14"

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

0 comments on commit 261ad5d

Please sign in to comment.