Skip to content

Commit 004f641

Browse files
committed
fix: apply code formatting fixes to resolve build failures
The checkFormatMain task was failing due to formatting violations in three Java files. Applied the formatter to fix these issues.
1 parent f660e62 commit 004f641

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/main/java/io/github/reqstool/gradle/RequirementsToolExtension.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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() {

src/main/java/io/github/reqstool/gradle/RequirementsToolPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

src/main/java/io/github/reqstool/gradle/RequirementsToolTask.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)