Skip to content

Commit

Permalink
hotfix(jitpack): update jitpack.yml (#212)
Browse files Browse the repository at this point in the history
Removed `before_install` and `after_install` steps as they are not necessarily required for building artifacts on jitpack unless we need to run some tests
  • Loading branch information
wax911 committed May 3, 2024
1 parent 69882b1 commit 47903c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
jdk:
- openjdk17
before_install:
- echo "Running pre-build setup"
- ./gradlew emojify:preTest
install:
- echo "Running clean, build, publishMavenPublicationToMavenLocal commands"
- ./gradlew clean build
- ./gradlew publishMavenPublicationToMavenLocal
after_install:
- echo "Cleaning up post installation"
- ./gradlew emojify:postTest
env:
CI: "true"

0 comments on commit 47903c5

Please sign in to comment.