Fix javadoc generation

This commit is contained in:
joachimschmidt557 2019-03-20 20:49:20 +01:00
parent 38fd7aad1d
commit f241c91d62
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ javadoc:
image: java:8
script:
- cd Projektgruppe_*/src/
- javadoc base game gui
- javadoc base game gui gui.components gui.views game.goals game.map game.players tests.student
- cd ../../
- mkdir public
- mkdir public/base