Skip to content

misc: 重新限制用于查询的线程数不超过16个 #1259

misc: 重新限制用于查询的线程数不超过16个

misc: 重新限制用于查询的线程数不超过16个 #1259

Workflow file for this run

name: Build
on:
push:
tags-ignore:
- '**'
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: FeatherMorphArtifacts
path: build/libs/*.jar