Skip to content

Commit 7221e39

Browse files
madsop-navdavidsteinsland
authored andcommitted
gradle-dependency-submission er avvikla, og vi er no oppfordra til å bruke Gradle Build Action heller
1 parent 3f3fa37 commit 7221e39

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/dependency-submission.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ jobs:
1414
contents: write
1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Run snapshot action
18-
uses: mikepenz/gradle-dependency-submission@03725509c6bfb27fc9c924fbe5d38a7d3c82e1b5
17+
- name: Setup gradle
18+
uses: gradle/actions/setup-gradle@v3
19+
env:
20+
ORG_GRADLE_PROJECT_githubUser: x-access-token
21+
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
22+
- name: Build with Gradle
23+
run: ./gradlew build

0 commit comments

Comments
 (0)