Update gradle.yml
This commit is contained in:
parent
2636087522
commit
973a33c5cf
14
.github/workflows/gradle.yml
vendored
14
.github/workflows/gradle.yml
vendored
@ -1,13 +1,6 @@
|
||||
# This workflow will build a Java project with Gradle
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||
|
||||
name: Java CI with Gradle
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -24,3 +17,8 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: build/libs
|
||||
|
Loading…
Reference in New Issue
Block a user