Skip to content

Commit

Permalink
fix: fixed blackduck scan failing on the main branch (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorZh authored Sep 15, 2024
1 parent d553a48 commit f96fb63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI-appsec-blackduck-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Execute Gradle build
run: ./gradlew check
env:
Expand Down
23 changes: 0 additions & 23 deletions build.sbt

This file was deleted.

0 comments on commit f96fb63

Please sign in to comment.