Firx errors and omissions in docs

This commit is contained in:
Brian Benz
2023-08-22 12:45:30 -07:00
parent 12b0234508
commit d62d3c43f2
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@@ -26,6 +26,9 @@ out
/.gradletasknamecache
**/*.flattened-pom.xml
vscode
settings.json
node
node_modules
package-lock.json

View File

@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic"
}

View File

@@ -97,10 +97,10 @@ To build with only unit tests
```
To build including integration tests.
You will need to set environment variables for API keys to OpenAI
Set API key environment variables for OpenAI and Azure OpenAI before running.
```shell
./mvww clean package -Pintegration-tests
./mvnw clean package -Pintegration-tests
```
To build the docs