Skip to content

Commit

Permalink
changed gradle command in jitpack back to install and removed debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Mar 8, 2021
1 parent b1ef0e4 commit e3f700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jdk:
- openjdk9
install:
- echo "Create a uber jar for unified-e2e"
- ./gradlew --debug clean build
- ./gradlew clean install

0 comments on commit e3f700d

Please sign in to comment.