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
Allow mvn test execution for entire windows family (#853)
While we typically execute builds and testing for openjceplus on
windows 2022 we would like to remove the restriction so they can be
run on other machines also.
Signed-off-by: Jason Katonica <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ Build Status:
27
27
28
28
## How to Build `OpenJCEPlus` and Java Native Interface Library
29
29
30
-
`OpenJCEPlus` and `OpenJCEPlusFIPS` providers are currently supported on the following architectures and operating system combinations as reported by `mvn --version` in the values `OS name` and `arch`:
31
-
| OS name | arch |
30
+
`OpenJCEPlus` and `OpenJCEPlusFIPS` providers are currently supported on the following architectures and operating system combinations as reported by `mvn --version` in the values `OS name` and `arch` or `family` in the case of windows:
0 commit comments