Skip to content

Commit

Permalink
Merge pull request #411 from michaelbel/release/2.1.0
Browse files Browse the repository at this point in the history
2.1.0
  • Loading branch information
michaelbel authored Jan 10, 2025
2 parents 6ac6226 + 8215a87 commit 324ffb1
Show file tree
Hide file tree
Showing 1,489 changed files with 24,738 additions and 19,116 deletions.
1 change: 1 addition & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: [boosty.to/michaelbel]
22 changes: 11 additions & 11 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Check PR

on:
pull_request:
branches:
'**'
paths-ignore:
- '**.md'
- '.idea/**'
- '.github/**'
# pull_request:
# branches:
# '**'
# paths-ignore:
# - '**.md'
# - '.idea/**'
# - '.github/**'
workflow_dispatch:

concurrency:
group: environment-${{ github.ref }}
# cancel-in-progress: true
cancel-in-progress: false

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -33,11 +33,11 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- name: Setup Gradle
uses: gradle/[email protected]
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
run: ./gradlew testDebugUnitTest

- name: Build
run: ./gradlew compileDebugKotlin
run: ./gradlew compileDebugKotlin
Loading

0 comments on commit 324ffb1

Please sign in to comment.