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 4079f5f commit 47870b4Copy full SHA for 47870b4
.github/workflows/publish.yml
@@ -6,4 +6,14 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
steps:
9
- -uses actions/
+ - name: Checkout
10
+ uses: actions/checkout@v2
11
+ - name: Setup Java
12
+ uses: actions/setup-java@v1
13
+ with:
14
+ java-version: 17
15
+
16
+ - name: publish to maven central
17
+ run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
18
19
0 commit comments