Skip to content

Commit c414a0d

Browse files
committed
build: Modernize Gradle build infrastructure
1 parent a0829e3 commit c414a0d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fetch-depth: 0
1515

1616

17-
- name: Set up JDK 17
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: 17
20+
java-version: 21
2121
distribution: 'temurin'
2222

2323

@@ -176,7 +176,7 @@ jobs:
176176
git commit -m "Update Changelog for Release [skip ci]"
177177
178178
# Push the changes to the remote repository
179-
git push --quiet --set-upstream origin HEAD
179+
# git push --quiet --set-upstream origin HEAD
180180
181181
- name: Get Compare URL
182182
run: |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java.agent.version=8.4.0
1+
java.agent.version=8.6.0

0 commit comments

Comments
 (0)