Skip to content

Commit

Permalink
拥抱jdk17;升级版本 1.3.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3p1g committed Jan 17, 2024
1 parent 3f2fe3a commit 35fc8ae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/android.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Test Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
name: 'Test Build'
runs-on: ubuntu-latest
steps:
- name: 'checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v4
name: 'Setup JDK'
with:
distribution: 'zulu'
java-version: '17'

- name: Build with Gradle
run: ./gradlew bootJar

0 comments on commit 35fc8ae

Please sign in to comment.