We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae05a8b commit 1b4ff68Copy full SHA for 1b4ff68
build/ivysettings.xml
@@ -20,8 +20,8 @@ SPDX-License-Identifier: Apache-2.0
20
<resolvers>
21
<!-- Resolver for downloading dependencies -->
22
<url name="Sosy-Lab" descriptor="required">
23
- <ivy pattern="${ivy.repo.url}/[organisation]/[module]/ivy-[revision].xml"/>
24
- <artifact pattern="${ivy.repo.url}/[organisation]/[module]/[artifact]-[revision](-[classifier]).[ext]"/>
+ <ivy pattern="${ivy.repo.url}/[organisation]/[module]/ivy-[revision].xml" />
+ <artifact pattern="${ivy.repo.url}/[organisation]/[module]/[artifact]-[revision](-[classifier]).[ext]" />
25
</url>
26
27
<!-- Resolver for publishing this project -->
0 commit comments