Skip to content

Commit

Permalink
Update README.md - Updated Manual Extractor locations
Browse files Browse the repository at this point in the history
  • Loading branch information
derekscp authored Feb 10, 2024
1 parent 395e539 commit e08a334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You'll therefore need to download and install it manually.
To install the Maven Extractor jar on an agent with no internet access:

1. Create the directory structure on your agent's
file-system: `$(Agent.ToolsDirectory)/_jf/.jfrog/dependencies/maven/2.x.x`
file-system: `~/.jfrog/dependencies/maven/2.x.x`
2. Download
the latest [build-info-extractor-maven3-2.x.x-uber.jar](https://search.maven.org/artifact/org.jfrog.buildinfo/build-info-extractor)
and place it inside the "maven" directory you created.
Expand All @@ -188,7 +188,7 @@ file. You'll therefore need to download and install it manually.
To install the Gradle Extractor jar on an agent with no internet access:

1. Create the directory structure on your agent's
file-system: `$(Agent.ToolsDirectory)/_jf/.jfrog/dependencies/gradle/4.x.x`
file-system: `~/.jfrog/dependencies/gradle/4.x.x`
2. Download
the latest [build-info-extractor-gradle-4.x.x-uber.jar](https://plugins.gradle.org/plugin/com.jfrog.artifactory)
and place it inside the "gradle" directory you created.
Expand Down

0 comments on commit e08a334

Please sign in to comment.