You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And testing the build with ./gradlew clean build integrationTest (locally), with Travis (submitting your PR will do this), and with Jenkins (which the team would help with once your PR is submitted).
To make the last test - against Jenkins - simple, please create a branch from master (off of your spring-security fork) to make the change. Even though this change is small, it will simplify the verification.
The text was updated successfully, but these errors were encountered:
It would be great to have Spring Security builds running on the latest Gradle.
Basically, this can be done by updating the gradle-wrapper.properties file:
And testing the build with
./gradlew clean build integrationTest
(locally), with Travis (submitting your PR will do this), and with Jenkins (which the team would help with once your PR is submitted).To make the last test - against Jenkins - simple, please create a branch from
master
(off of yourspring-security
fork) to make the change. Even though this change is small, it will simplify the verification.The text was updated successfully, but these errors were encountered: