Skip to content

Commit

Permalink
Merge pull request #129 from alfasoftware/use-maven-399
Browse files Browse the repository at this point in the history
Use Maven 3.9.9 to unblock deployment since plugin added
  • Loading branch information
RadikalJin authored Nov 25, 2024
2 parents 094593f + 1b70604 commit c85ef3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
language: java
before_install:
- sudo rm -rf /usr/local/maven-3.9.4
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 11.0.25-tem
- sdk use java 11.0.25-tem
- unset M2_HOME MAVEN_HOME
- sdk install maven 3.9.9
- sdk use maven 3.9.9
- export PATH="$(sdk home maven 3.9.9)/bin:$PATH"
jobs:
include:
- if: repo = alfasoftware/astra AND head_repo = alfasoftware/astra AND type = pull_request
Expand Down

0 comments on commit c85ef3e

Please sign in to comment.