diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml deleted file mode 100644 index abc00f84e..000000000 --- a/.github/workflows/code_quality.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Qodana -on: - workflow_dispatch: - push: - branches: - - main - - 'releases/*' - pull_request: - branches: - - '*' - paths-ignore: - - '**/release_draft.yml' - - '**/maven*.yml' - -jobs: - qodana: - runs-on: ubuntu-latest - steps: - - name: 'Clone repository' - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: 'Get changed files' - uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 - id: changed-files-specific - with: - files_yaml: | - doc: - - '**/*.md' - - '**/docs/**' - - '**/*.jpg' - - '**/*.png' - - name: 'Check changed files' - id: changed-files - if: ${{steps.changed-files-specific.outputs.doc_only_changed == 'false' && steps.changed-files-specific.outputs.doc_only_modified == 'false'}} - run: echo "ONLY_DOCS=false" >> $GITHUB_OUTPUT - - name: 'Qodana Scan' - if: ${{steps.changed-files.outputs.ONLY_DOCS && steps.changed-files.outputs.ONLY_DOCS == 'false'}} - uses: JetBrains/qodana-action@v2023.3.1 - with: - use-caches: false - upload-result: true diff --git a/build.gradle.kts b/build.gradle.kts index d805c2853..71f2c8064 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,8 +16,8 @@ import com.github.vlsi.gradle.dsl.configureEach import com.github.vlsi.gradle.properties.dsl.props -import com.github.vlsi.gradle.publishing.dsl.simplifyXml import software.amazon.jdbc.buildtools.JavaCommentPreprocessorTask +import com.github.vlsi.gradle.publishing.dsl.simplifyXml plugins { java