We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4d95b commit acf8c23Copy full SHA for acf8c23
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-java@v4
17
with:
18
java-version: 11
19
+ distribution: temurin
20
- name: Setup Maven
21
run: echo "MAVEN_OPTS='-Xmx2048m'" > ~/.mavenrc
22
- name: Cache maven repo
0 commit comments