mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Enable dependency-submission in submodules
This commit is contained in:
parent
d3ef513960
commit
0fdafdf956
3 changed files with 26 additions and 5 deletions
6
.github/workflows/gradle_push.yml
vendored
6
.github/workflows/gradle_push.yml
vendored
|
@ -9,14 +9,14 @@
|
|||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||
|
||||
name: Build
|
||||
name: Push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -28,8 +28,6 @@ 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…
Add table
Add a link
Reference in a new issue