Skip to content

Commit

Permalink
fix: Build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Nov 21, 2023
1 parent 94dd65e commit 21bcdc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
name: pluginVerifier-result
path: ${{ github.workspace }}/build/reports/pluginVerifier

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/[email protected]
# # Run Qodana inspections
# - name: Qodana - Code Inspection
# uses: JetBrains/[email protected]

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand Down
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ changelog {
repositoryUrl = properties("pluginRepositoryUrl")
}

//buildSearchableOptions.enabled = false

tasks {

buildSearchableOptions {
enabled = false
}
withType<JavaCompile> {
sourceCompatibility = JavaVersion.VERSION_11.toString()
targetCompatibility = JavaVersion.VERSION_11.toString()
Expand Down

0 comments on commit 21bcdc5

Please sign in to comment.