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 a9c33ef commit d2f8aabCopy full SHA for d2f8aab
.github/workflows/gradle.yml
@@ -9,6 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
10
with:
11
submodules: recursive
12
+ fetch-depth: 0 # needed for versioning
13
- name: Set up Java 11
14
uses: actions/setup-java@v1
15
.github/workflows/publish.yml
@@ -12,6 +12,7 @@ jobs:
16
17
18
0 commit comments