Skip to content

Commit

Permalink
fix: dependency graph file prevents publishing (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby authored May 28, 2024
1 parent 0db2226 commit 4b6bcb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
distribution: temurin
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
- name: Check
run: ./gradlew -S --info check
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
- name: Show Info
run: ./gradlew :showInfo
- name: Build with Gradle
run: ./gradlew build assemble
- name: Show Info
run: ./gradlew :showInfo
- name: Publish to Sonatype
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ build/
*.iml
out/

/dependency-graph-reports/*

**/.idea/*
**/target/*

Expand Down

0 comments on commit 4b6bcb1

Please sign in to comment.