File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ added after the original pull request but before a merge.
6767* Add some Javadocs.
6868* A few unit tests would help a lot as well -- someone has to do it.
6969* Verification tasks, including tests and Checkstyle, can be executed
70- by running `./gradlew check` from the project root.
70+ by running `./gradlew check` from the project root. Note that `SPRING_PROFILES_ACTIVE`
71+ environment variable might affect the result of tests, so in that case, you can prevent
72+ it by running `unset SPRING_PROFILES_ACTIVE` before running the task.
7173* If no-one else is using your branch, please rebase it against the current master (or
7274 other target branch in the main project).
7375* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
You can’t perform that action at this time.
0 commit comments