Skip to content

Commit

Permalink
Fixed Github action maven build path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Jul 21, 2023
1 parent 98740ad commit aaa8250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
java-version: 1.8

- name: Build with Maven
run: mvn com.vertispan.j2cl:j2cl-maven-plugin:build
working-directory: ./canvas-text
run: mvn j2cl:build

0 comments on commit aaa8250

Please sign in to comment.