File tree Expand file tree Collapse file tree
src/main/java/io/github/reqstool/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ public RequirementsToolExtension(Project project) {
6060 }
6161
6262 /**
63- * Returns the path to the requirements annotations YAML file generated by the annotation
64- * processor.
63+ * Returns the path to the requirements annotations YAML file generated by the
64+ * annotation processor.
6565 * @return file property for requirements annotations
6666 */
6767 public RegularFileProperty getRequirementsAnnotationsFile () {
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ public void apply(Project project) {
6262 }
6363
6464 /**
65- * Configures Maven publishing to automatically attach the reqstool ZIP artifact
66- * to the publication.
65+ * Configures Maven publishing to automatically attach the reqstool ZIP artifact to
66+ * the publication.
6767 * @param project the Gradle project
6868 * @param assembleTask provider for the assembleRequirements task
6969 */
Original file line number Diff line number Diff line change @@ -284,7 +284,8 @@ public void execute() {
284284 }
285285
286286 /**
287- * Combines implementations and tests nodes into a single requirement annotations node.
287+ * Combines implementations and tests nodes into a single requirement annotations
288+ * node.
288289 * @param implementationsNode node containing requirement implementations
289290 * @param testsNode node containing test cases
290291 * @return combined requirement annotations node
You can’t perform that action at this time.
0 commit comments