Skip to content

Commit 6ae6b13

Browse files
chore: cleanup workflows
1 parent 077b933 commit 6ae6b13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
- name: Setup Gradle
2727
uses: gradle/actions/setup-gradle@v4
2828

29+
# https://github.com/gradle/actions/tree/main/dependency-submission
30+
- name: "Generate and submit dependency graph"
31+
uses: "gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582" # v4
32+
env:
33+
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)"
34+
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"
35+
2936
- name: Publish
3037
env:
3138
GRADLE_PUBLISH_KEY: '${{ secrets.PLUGIN_PORTAL_KEY }}'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description=CodeArtifact settings plugin for Gradle
33
kotlin.code.style=official
44

55
group=io.cloudshiftdev.codeartifact
6-
version=0.9.1
6+
version=0.9.2
77

88
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
99
org.gradle.vfs.watch=true

0 commit comments

Comments
 (0)