diff options
-rw-r--r-- | jitpack.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jitpack.yml b/jitpack.yml index a27c895f..b8c08047 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,5 +1,5 @@ jdk: - openjdk10 install: - - echo "Running a custom install command" - - ant generate-pom
\ No newline at end of file +- echo "Running a custom install command" +- ant install-maven
\ No newline at end of file |