Skip to content

Commit

Permalink
fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Nov 21, 2024
1 parent 55d3088 commit 1a2d3ea
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
with:
gradle-version: 8.9
build-root-directory: ./java

- name: Build with Gradle 8.9
run: gradle build
Expand All @@ -41,22 +40,3 @@ jobs:
- name: Test with Gradle 8.9
run: gradle test
working-directory: ./java

dependency-submission:

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

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
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 # v4.0.0

0 comments on commit 1a2d3ea

Please sign in to comment.