mojohaus / rpm-maven-plugin

http://www.mojohaus.org/rpm-maven-plugin/
Other
56 stars 48 forks source link

Explicitly specify the os and dist to be used by Travis #116

Closed atcmasta closed 1 year ago

atcmasta commented 4 years ago

Roughly 5 months ago the default Travis CI image (when not explicitly specified) changed to Ubuntu Xenial (16.x), as the .travis.yml does not specify a dist builds are now executed on Xenial where the specified JDKs are not available. I expect that by specifying the intended OS/dist the build for PR #95 should run again.

Info on the move to Xenial https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476 Was: ~https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment~ Now: http://web.archive.org/web/20230325151008/https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

Trusty JDK support: https://docs.travis-ci.com/user/reference/trusty/#jvm-clojure-groovy-java-scala-images

Xenial JDK support: https://docs.travis-ci.com/user/reference/xenial/#jvm-clojure-groovy-java-scala-support

atcmasta commented 4 years ago

@dantran It seams to me that you are the best candidate to review this, would you ?

EagleErwin commented 1 year ago

Since PR #138, this project does not use Travis anymore. Propose to close this PR without merging.