We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb00425 commit 563be62Copy full SHA for 563be62
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
distribution: 'temurin'
17
java-version: '17'
18
- name: Build with Maven
19
- run: mvn -T 1C -B clean install
+ run: mvn -B clean install
0 commit comments