diff --git a/build.gradle b/build.gradle index b117c64d2..36e8eedfb 100644 --- a/build.gradle +++ b/build.gradle @@ -61,6 +61,8 @@ sourceSets { exclude "stirling/software/SPDF/model/SessionEntity.java" exclude "stirling/software/SPDF/model/User.java" exclude "stirling/software/SPDF/repository/**" + } else { + exclude "stirling/software/SPDF/config/anonymus/**" } if (System.getenv("STIRLING_PDF_DESKTOP_UI") == "false") {