-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable/fix AppVeyor #4075
Comments
Agreed. |
So could you please disable appveyor webhook in github project settings? |
currently it is failing because Apache moved stuff around on their download site, so the script can't find Maven. I will prep a PR to update the build file |
@mprins How we retrieve wlll need to change because it seems older versions are not retained as links. I updated this once before about a month ago. jruby-1_7 branch is green but master is not. I am happy to turn off master until 9.1.3.0 is out but we really need at least a little windows coverage happening soon. |
Ideally AppVeyor would have a pre-installed, recent version of Maven in their build image. |
The issue with pre-installed Maven is that we have several Java SDKs pre-installed on build worker VM. |
Opened RFE: appveyor/ci#998 |
@enebo Can we use the mvnw helper in the meanwhile? |
@nirvdrum I guess it depends on whether it will download it every job or not. If it gets saved in a place where it is not wiped out every build then that would be a good solution. |
there is a |
I think many people feel a little bit uncomfortable when everything marked as failing. 😬
Thank you!
The text was updated successfully, but these errors were encountered: