Skip to content

Commit e384d76

Browse files
authored
Update README.md
1 parent 65a57ae commit e384d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Restart the application.
2323
If you make changes to the instrumentation code and need to build the instrumentation jars, follow these steps
2424
1. Set environment variable NEW_RELIC_EXTENSIONS_DIR. Its value should be the directory where you want to build the jars (i.e. the extensions directory of the Java Agent).
2525
2. Build one or all of the jars.
26-
a. To build one jar, run the command: gradlew _moduleName_:clean _moduleName_:install
26+
a. To build one jar, run the command: gradlew _moduleName_:clean _moduleName_:install
2727
b. To build all jars, run the command: gradlew clean install
2828
3. Restart the application
2929

0 commit comments

Comments
 (0)