* JAVA-18523 Upgrade cas module and related articles * JAVA-18523 Remove deprecated WebSecurityConfigurerAdapter
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
|
|
# See https://help.github.com/articles/dealing-with-line-endings/
|
|
*.sh text eol=lf
|
|
gradlew text eol=lf
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|