Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
Release: 2.3.3
Browse files Browse the repository at this point in the history
Merge pull request #116 from XiaMoHuaHuo-CN/dev
  • Loading branch information
XiaMoHuaHuo_CN authored Mar 10, 2023
2 parents 7f467f0 + c89f742 commit f24f5d5
Show file tree
Hide file tree
Showing 49 changed files with 1,500 additions and 1,119 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: b-dev Gradle - Build

on:
push:
branches: [ dev ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'zulu'

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

- name: Upload Build Target
uses: actions/[email protected]
with:
name: "CatSero-Test-Artifact"
path: build/

- name: Upload Build Jar
uses: actions/[email protected]
with:
name: "CatSero-Test-Jar"
path: build/libs/CatSero*.jar
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Java CI with Maven - Build
name: b-main Gradle - Build

on:
push:
branches: [ dev, main ]
workflow_dispatch:
branches: [ main ]

jobs:
build:
Expand Down
Binary file modified .gradle/7.4/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/7.4/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/7.4/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/7.4/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
261 changes: 134 additions & 127 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Loading

0 comments on commit f24f5d5

Please sign in to comment.