From 21bcdc57f620fbe1f44cabfda6f8e1454446969f Mon Sep 17 00:00:00 2001 From: "Mr.lin" Date: Tue, 21 Nov 2023 20:35:32 +0800 Subject: [PATCH] fix: Build failed --- .github/workflows/build.yml | 6 +++--- build.gradle.kts | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c949c8..49fa4fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,9 +113,9 @@ jobs: name: pluginVerifier-result path: ${{ github.workspace }}/build/reports/pluginVerifier - # Run Qodana inspections - - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2022.3.4 +# # Run Qodana inspections +# - name: Qodana - Code Inspection +# uses: JetBrains/qodana-action@v2022.3.4 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact diff --git a/build.gradle.kts b/build.gradle.kts index 0167bd5..e068f6c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,9 +36,11 @@ changelog { repositoryUrl = properties("pluginRepositoryUrl") } -//buildSearchableOptions.enabled = false - tasks { + + buildSearchableOptions { + enabled = false + } withType { sourceCompatibility = JavaVersion.VERSION_11.toString() targetCompatibility = JavaVersion.VERSION_11.toString()