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 0d2ad0e commit 2830479Copy full SHA for 2830479
.github/workflows/main.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
java-version: ${{ matrix.java-version }}
15
distribution: 'adopt'
16
+ cache: 'maven'
17
- name: Build with Maven
18
env:
19
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
0 commit comments