mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-28 02:54:17 +00:00
Lets try something
This commit is contained in:
parent
8a0c354682
commit
3c4eea4c3c
1 changed files with 0 additions and 18 deletions
18
.github/workflows/gradle.yml
vendored
18
.github/workflows/gradle.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
name: Gradle
|
||||
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
cache: gradle
|
||||
- name: Build with Gradle
|
||||
run: chmod a+x gradlew && ./gradlew build --no-daemon
|
Loading…
Reference in a new issue