mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update build.gradle
This commit is contained in:
parent
6632a7791e
commit
159f4d8aa4
10
build.gradle
10
build.gradle
@ -82,16 +82,8 @@ sourceSets {
|
|||||||
java {
|
java {
|
||||||
if (System.getenv("DOCKER_ENABLE_SECURITY") == "false") {
|
if (System.getenv("DOCKER_ENABLE_SECURITY") == "false") {
|
||||||
exclude "stirling/software/SPDF/config/security/**"
|
exclude "stirling/software/SPDF/config/security/**"
|
||||||
exclude "stirling/software/SPDF/controller/api/UserControllerTest.java"
|
|
||||||
exclude "stirling/software/SPDF/controller/api/DatabaseControllerTest.java"
|
|
||||||
exclude "stirling/software/SPDF/controller/web/AccountWebControllerTest.java"
|
|
||||||
exclude "stirling/software/SPDF/controller/web/DatabaseWebControllerTest.java"
|
|
||||||
exclude "stirling/software/SPDF/model/ApiKeyAuthenticationTokenTest.java"
|
exclude "stirling/software/SPDF/model/ApiKeyAuthenticationTokenTest.java"
|
||||||
exclude "stirling/software/SPDF/model/AttemptCounterTest.java"
|
exclude "stirling/software/SPDF/controller/api/EmailControllerTest.java"
|
||||||
exclude "stirling/software/SPDF/model/AuthorityTest.java"
|
|
||||||
exclude "stirling/software/SPDF/model/PersistentLoginTest.java"
|
|
||||||
exclude "stirling/software/SPDF/model/SessionEntityTest.java"
|
|
||||||
exclude "stirling/software/SPDF/model/UserTest.java"
|
|
||||||
exclude "stirling/software/SPDF/repository/**"
|
exclude "stirling/software/SPDF/repository/**"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user