Skip to content
Snippets Groups Projects
Commit fe7cddd4 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

insert generated snippets in the docs

parent 43e9fe3a
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1672Resolve "Link to API docs is broken"
Pipeline #85591 passed
...@@ -396,6 +396,9 @@ build_jar: ...@@ -396,6 +396,9 @@ build_jar:
- curl -sL https://deb.nodesource.com/setup_12.x | bash - - curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs - DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mvn clean compile install -DskipTests=true - mvn clean compile install -DskipTests=true
- cd web
- mvn clean compile install
- cd ..
- cp web/target/*exec.jar minerva.jar - cp web/target/*exec.jar minerva.jar
test:dependency_conflict: test:dependency_conflict:
......
...@@ -7,6 +7,7 @@ minerva (17.0.0~beta.3) unstable; urgency=medium ...@@ -7,6 +7,7 @@ minerva (17.0.0~beta.3) unstable; urgency=medium
* Bug fix: (regression) uploading project produces a lot of errors like: * Bug fix: (regression) uploading project produces a lot of errors like:
Problem with checking property: Problem with checking property:
private final byte java.lang.String.coder (#1983) private final byte java.lang.String.coder (#1983)
* Bug fix: (regression) API docs did not contain generated content (#1983)
-- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200 -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment