mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Add Gradle Dependency Submission workflow
This commit is contained in:
parent
41e663e25b
commit
31a6a60c41
1 changed files with 3 additions and 1 deletions
4
.github/workflows/gradle_push.yml
vendored
4
.github/workflows/gradle_push.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -28,6 +28,8 @@ jobs:
|
|||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
- name: Gradle Dependency Submission
|
||||
uses: mikepenz/gradle-dependency-submission@v0.8.6
|
||||
- name: Build, Check and Coverage
|
||||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue