diff --git a/.github/labeler-config.yml b/.github/labeler-config.yml index a3249a94..6025f917 100644 --- a/.github/labeler-config.yml +++ b/.github/labeler-config.yml @@ -9,6 +9,7 @@ Front End: - any-glob-to-any-file: 'src/main/resources/templates/**/*' - any-glob-to-any-file: 'src/main/resources/static/**/*' - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/controller/web/**' + - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/UI/**/*' Java: - changed-files: @@ -29,6 +30,7 @@ Security: - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/config/security/**/*' - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/model/provider/**/*' - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/model/AuthenticationType.java' + - any-glob-to-any-file: 'src/main/java/stirling/software/SPDF/model/BackupNotFoundException.java' - any-glob-to-any-file: 'scripts/download-security-jar.sh' - any-glob-to-any-file: '.github/workflows/dependency-review.yml' - any-glob-to-any-file: '.github/workflows/scorecards.yml' diff --git a/build.gradle b/build.gradle index fc8b7c70..ba978260 100644 --- a/build.gradle +++ b/build.gradle @@ -59,6 +59,7 @@ sourceSets { exclude "stirling/software/SPDF/model/ApiKeyAuthenticationToken.java" exclude "stirling/software/SPDF/model/AttemptCounter.java" exclude "stirling/software/SPDF/model/Authority.java" + exclude "stirling/software/SPDF/model/BackupNotFoundException.java" exclude "stirling/software/SPDF/model/PersistentLogin.java" exclude "stirling/software/SPDF/model/SessionEntity.java" exclude "stirling/software/SPDF/model/User.java" @@ -146,7 +147,7 @@ jpackage { windows { launcherAsService = false appVersion = project.version - + winConsole = false winMenu = true // Creates start menu entry winShortcut = true // Creates desktop shortcut