Skip to content

Commit

Permalink
Merge pull request #70 from RaceAssist/hotfix/version-up
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
Nlkomaru authored Jul 12, 2024
2 parents 65b984a + 49800dd commit 8439a9d
Show file tree
Hide file tree
Showing 22 changed files with 254 additions and 463 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
6 changes: 4 additions & 2 deletions .github/workflows/check_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check pull request

on: [ pull_request ]
on:
workflow_dispatch:
pull_request:


permissions:
Expand All @@ -21,7 +23,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'gradle'
- name: Change wrapper permissions
run: chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'gradle'

- name: Change wrapper permissions
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: test

on: [ pull_request ]
on:
workflow_dispatch:
pull_request:

jobs:
check:
Expand All @@ -12,7 +14,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'gradle'
- name: Change wrapper permissions
run: chmod +x ./gradlew
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: upload_release
on:
release:
types: [ published ]
workflow_dispatch:

jobs:
build:
Expand All @@ -14,7 +15,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'gradle'

- name: Change wrapper permissions
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Example user template template
### Example user template
build
.gradle

# IntelliJ project files
.idea
Expand Down
Loading

0 comments on commit 8439a9d

Please sign in to comment.