You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As mentioned in #678 and #679, it is currently not possible to build the DSC with the latest maven version. This is due to maven not accepting HTTP urls since version 3.6. Furthermore, the version of the eis-ids repositories we are currently importing use HTTP. See the screenshot below:
This breaks the pipeline, since github is currently using maven 3.9 for the actions. (See actions/runner-images#7216)
Local Fix
It is still possible to build the DSC locally when using maven 3.6.
Pipeline Fix Ideas
This would possibly be fixed if we upgraded to the latest eis-ids version, but this would require changes in DSC code.
By adding maven mirros (#681) I get a connection timed out message.
The text was updated successfully, but these errors were encountered:
would heal existing projects relying on a specific DSC version
Although I think that Maven searches all known repositories for dependencies until the searched artifact is found, I am not sure, if Maven still complains about an unavailable repository, even if it is not required to access it.
Describe the bug
As mentioned in #678 and #679, it is currently not possible to build the DSC with the latest maven version. This is due to maven not accepting HTTP urls since version 3.6. Furthermore, the version of the eis-ids repositories we are currently importing use HTTP. See the screenshot below:
This breaks the pipeline, since github is currently using maven 3.9 for the actions. (See actions/runner-images#7216)
Local Fix
It is still possible to build the DSC locally when using maven 3.6.
Pipeline Fix Ideas
This would possibly be fixed if we upgraded to the latest eis-ids version, but this would require changes in DSC code.
By adding maven mirros (#681) I get a
connection timed out
message.The text was updated successfully, but these errors were encountered: