Closed nianfei97 closed 6 years ago
In the DG of AB4 (https://se-edu.github.io/addressbook-level4/DeveloperGuide.html#Docs-SiteWideDocSettings), it is written that the attribute site-seedu should be defined if our project is an "official SE-EDU project". This seems to imply that this attribute should not be set as our project is not "official".
site-seedu
However, in the build.gradle file, the following is written as a comment:
build.gradle
// delete this line if your project is not a fork (not a SE-EDU project)
which seems to imply that the attribute should be set, as our project is indeed a fork of AB4.
Should this attribute be set or not in our final version of the project?
Leave the value unset. Setting that generates a se-edu header.
Got it!
In the DG of AB4 (https://se-edu.github.io/addressbook-level4/DeveloperGuide.html#Docs-SiteWideDocSettings), it is written that the attribute
site-seedu
should be defined if our project is an "official SE-EDU project". This seems to imply that this attribute should not be set as our project is not "official".However, in the
build.gradle
file, the following is written as a comment:which seems to imply that the attribute should be set, as our project is indeed a fork of AB4.
Should this attribute be set or not in our final version of the project?