Skip to content

Commit

Permalink
LGTM build command fix
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman authored and lukasj committed Sep 6, 2022
1 parent 301e95a commit b4090a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ extraction:
java_version: 11
maven:
version: 3.6.3
build_command: "mvn -DskipTests -Denforcer.skip clean package"
build_command: "mvn -DskipTests -Denforcer.skip clean package -Pstaging"

0 comments on commit b4090a9

Please sign in to comment.