SamaSVM commented on code in PR #5932:
URL: https://github.com/apache/fineract/pull/5932#discussion_r3355242373
##########
build.gradle:
##########
@@ -840,10 +838,10 @@ configure(project.fineractCustomProjects) {
'org.awaitility:awaitility',
'io.github.classgraph:classgraph',
'io.cucumber:cucumber-core',
- 'io.cucumber:cucumber-java:7.34.3',
- 'io.cucumber:cucumber-java8:7.34.3',
- 'io.cucumber:cucumber-junit-platform-engine:7.34.3',
- 'io.cucumber:cucumber-spring:7.34.3',
+ 'io.cucumber:cucumber-java',
+ 'io.cucumber:cucumber-java8',
+ 'io.cucumber:cucumber-junit-platform-engine',
Review Comment:
We configure it in
/buildSrc/src/main/groovy/org.apache.fineract.release.gradle file, where the
dependency version is already defined as io.cucumber:cucumber-java:7.34.3.
--
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]