diff --git a/doc/build.gradle b/doc/build.gradle index 95939554fd6..4aaf5ee6b5a 100644 --- a/doc/build.gradle +++ b/doc/build.gradle @@ -3,7 +3,7 @@ plugins { } node { - nodeModulesDir = file("${projectDir}/build") + nodeProjectDir = file("${projectDir}/build") } /* diff --git a/doc/build/.gitignore b/doc/build/.gitignore index c712b273a34..45220110096 100644 --- a/doc/build/.gitignore +++ b/doc/build/.gitignore @@ -1,2 +1,2 @@ -/mode_modules/ +/node_modules/ /www/ \ No newline at end of file diff --git a/doc/build/package.json b/doc/build/package.json index b83512c5802..fbf607bbcb4 100644 --- a/doc/build/package.json +++ b/doc/build/package.json @@ -1,7 +1,7 @@ { "name": "openems-doc", "version": "1.0.0", - "dependencies": { - "antora": "^3.1.6" + "devDependencies": { + "antora": "^3.1.8" } } diff --git a/doc/build/uibundle_openems.zip b/doc/build/uibundle_openems.zip index e984c39af21..2ed7adc83ec 100644 Binary files a/doc/build/uibundle_openems.zip and b/doc/build/uibundle_openems.zip differ diff --git a/settings.gradle b/settings.gradle index aa1e1f279aa..8d98e1d0be0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,7 +2,7 @@ pluginManagement { plugins { id 'biz.aQute.bnd.workspace' version "${bnd_version}" id 'biz.aQute.bnd' version "${bnd_version}" - id 'com.github.node-gradle.node' version "5.0.0" + id 'com.github.node-gradle.node' version "7.0.2" } repositories { maven {