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-1
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Note that the flag needs to be added as prefix (e.g. `version = "^11.0.16.1+1"`)
124
124
After running the `upgrade` command, the `install` command needs to be executed again to install the upgraded tools.
125
125
126
126
## Custom index
127
-
The `PROJECT_ENV_TOOL_INDEX` env var can be used to specify a custom index URL.
127
+
The `PROJECT_ENV_TOOL_INDEX` env var can be used to specify a custom index URL. Note that the custom index needs to follow the format of the V2 format (see https://github.com/Project-Env/project-env-tools/blob/main/index-v2.json).
Copy file name to clipboardExpand all lines: code/commons/string-substitutor/src/main/java/io/projectenv/core/commons/download/DownloadUrlDictionary.java
Copy file name to clipboardExpand all lines: code/commons/string-substitutor/src/main/java/io/projectenv/core/commons/download/DownloadUrlSubstitutorFactory.java
Copy file name to clipboardExpand all lines: code/commons/string-substitutor/src/main/java/io/projectenv/core/commons/download/impl/DownloadUrlVariableLookup.java
0 commit comments