We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02f5d3 commit 0f67d9bCopy full SHA for 0f67d9b
1 file changed
.github/workflows/gradle-publish.yml
@@ -24,12 +24,14 @@ jobs:
24
java-version: '21'
25
distribution: 'temurin'
26
27
+ - name: Set up Node.js
28
+ uses: actions/setup-node@v6
29
+ with:
30
+ node-version: '22' # increase only after https://github.com/nodejs/node/issues/56645 will be fixed
31
+
32
- name: Setup Gradle
33
uses: gradle/actions/setup-gradle@v6
34
- - name: Build
- run: ./gradlew build --rerun-tasks --max-workers 2 --continue
-
35
- name: Publish to Maven Central Portal
36
id: publish
37
run: ./gradlew publishToMavenCentral --no-configuration-cache
0 commit comments