Skip to content

Commit

Permalink
Submit dependency graph from development release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev authored and etiennestuder committed Dec 4, 2023
1 parent 54e599b commit e209b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/development-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
workflow_dispatch:

permissions:
contents: write

jobs:
development_release:
name: Release
Expand All @@ -26,6 +29,8 @@ jobs:
distribution: 'liberica'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Build and bundle plugin artifact
run: ./gradlew clean build -Porg.gradle.java.installations.fromEnv=JAVA_HOME_6_0_119_X64 -PjavaCompilerVersion=6
env:
Expand All @@ -36,6 +41,7 @@ jobs:
env:
TEAMCITY_PLUGIN_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}
GITHUB_DEPENDENCY_GRAPH_ENABLED: false
- name: Upload plugin artifact
uses: actions/upload-artifact@v3
with:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/submit-github-dependency-graph.yml

This file was deleted.

0 comments on commit e209b88

Please sign in to comment.