We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b225ba9 commit a8b9c61Copy full SHA for a8b9c61
.github/workflows/maven.yml
@@ -23,4 +23,4 @@ jobs:
23
distribution: 'adopt'
24
cache: maven
25
- name: Build with Maven
26
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file clone/pom.xml
0 commit comments