mirror of
https://github.com/Freezy-Studios/BlazeSMP.git
synced 2025-04-21 21:14:04 +02:00
Removed dependency submission
This commit is contained in:
parent
7103300e54
commit
8e6d90da37
1 changed files with 0 additions and 19 deletions
19
.github/workflows/gradle.yml
vendored
19
.github/workflows/gradle.yml
vendored
|
@ -45,22 +45,3 @@ jobs:
|
|||
# Schritt 3: Führe den Build mit dem Gradle Wrapper durch.
|
||||
- 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'
|
||||
distribution: 'temurin'
|
||||
|
||||
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
|
||||
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
|
||||
- name: Generate and submit dependency graph
|
||||
uses: gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue