-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #411 from michaelbel/release/2.1.0
2.1.0
- Loading branch information
Showing
1,489 changed files
with
24,738 additions
and
19,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
custom: [boosty.to/michaelbel] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | ||
|
@@ -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] | ||
|
@@ -68,4 +68,4 @@ jobs: | |
run: ./gradlew testDebugUnitTest | ||
|
||
- name: Build | ||
run: ./gradlew compileDebugKotlin | ||
run: ./gradlew compileDebugKotlin |
Oops, something went wrong.