Skip to content

Commit f28e519

Browse files
committed
Update Gradle to v9.1.0
1 parent e37b0a6 commit f28e519

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Gradle
2626
uses: gradle/actions/setup-gradle@v4
2727
with:
28-
gradle-version: '9.0.0'
28+
gradle-version: '9.1.0'
2929
- name: Cache SonarCloud packages
3030
uses: actions/cache@v4
3131
with:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ profile
3838

3939
# Logs
4040
*.log
41-
log*.gz
41+
log*.gz
42+
log*.tmp

0 commit comments

Comments
 (0)