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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
startFuseki no longer puts a particular Fuseki distribution on its classpath (which created a lot of dependency issues in gradle scripts), but instead dynamically downloads it from maven). This also allowed specifying the desired fuseki version to download as a parameter.
startFuseki can specify an optional port for the Fuseki server. The default is still 3030.
startFuseki's webUI parameter now unzips a web folder in the build folder to help start Fuseki with UI in a browser.