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
This is required because the newer version of the SHACL library removes the
dependency on the Nashorn JavaScript engine, which is not present any more in
JDK 17
Copy file name to clipboardExpand all lines: core/sds-aspect-model-validator/src/main/java/io/openmanufacturing/sds/aspectmodel/validation/services/AspectModelValidator.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ public ValidationReport validate( final Try<VersionedModel> versionedModel ) {
0 commit comments