Skip to content

Commit

Permalink
Test gradle/actions#198 (comment) with ineffective exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 29, 2024
1 parent 7f70227 commit 7c04ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
build-scan-terms-of-use-agree: "yes"
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: '[rR]untimeClasspath'
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: '[tT]estCompileClasspath|[tT]estRuntimeClasspath|[cC]ompileClasspath'

- name: Build
if: matrix.language == 'java'
Expand Down

0 comments on commit 7c04ff2

Please sign in to comment.