Skip to content

Commit

Permalink
revert: Move dependency submission
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed May 25, 2024
1 parent e7a19c0 commit ae7066d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,18 @@ jobs:

- name: Build with Gradle Wrapper
run: ./gradlew build

dependency-submission:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
23 changes: 0 additions & 23 deletions .github/workflows/dependency-submission.yml

This file was deleted.

0 comments on commit ae7066d

Please sign in to comment.