vidakovic commented on code in PR #2560:
URL: https://github.com/apache/fineract/pull/2560#discussion_r961216824
##########
build.gradle:
##########
@@ -279,6 +279,8 @@ configure(project.fineractJavaProjects) {
sourceSets.main.output.resourcesDir = sourceSets.main.java.outputDir
sourceSets.test.output.resourcesDir = sourceSets.test.java.outputDir
+ check.dependsOn('cucumber')
Review Comment:
Not sure if I follow here... doesn't this mean that the cucumber tests kick
in when we do linting with Spotless etc.? Linting and testing being two
different build lifecycle stages?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]