We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dc4bd commit f29cc1aCopy full SHA for f29cc1a
3 files changed
.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-java@v3
20
with:
21
distribution: 'adopt'
22
- java-version: '21'
+ java-version: '25'
23
cache: 'gradle'
24
25
- name: Cache SonarCloud packages
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
26
- name: Publish
VERSION
@@ -1 +1 @@
1
-4.7
+4.8-SNAPSHOT
0 commit comments