File tree 1 file changed +3
-1
lines changed
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.
67
67
* Add some Javadocs.
68
68
* A few unit tests would help a lot as well -- someone has to do it.
69
69
* 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.
71
73
* If no-one else is using your branch, please rebase it against the current master (or
72
74
other target branch in the main project).
73
75
* 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