Skip to content

Commit

Permalink
Remove dependency tree submission
Browse files Browse the repository at this point in the history
Not worth figuring out right now.
  • Loading branch information
Thynix authored Jun 27, 2023
1 parent c3a04d7 commit 75a329b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: Maven Package
on:
release:
types: [created]

permissions:
contents: write

jobs:
build:
Expand All @@ -27,9 +24,6 @@ jobs:
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]

- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 75a329b

Please sign in to comment.