From fe31e933da6638fcfefadfb1b68e66e24d81ac9c Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Sun, 24 Nov 2024 02:15:24 +0100 Subject: [PATCH] ci: disable javadoc --- .github/workflows/publish-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 033c0a3..94ca92f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -13,4 +13,5 @@ jobs: project-name: 'Refined Storage - Quartz Accessories' announce: true mutation-testing: false - sonarqube: true \ No newline at end of file + sonarqube: true + javadoc: false \ No newline at end of file