You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Restart the application.
23
23
If you make changes to the instrumentation code and need to build the instrumentation jars, follow these steps
24
24
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).
25
25
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
27
27
b. To build all jars, run the command: gradlew clean install
0 commit comments