Skip to content

Commit d0bd5cf

Browse files
committed
ci: fix groovy grape failed to download osgi jars
1 parent dcbf43d commit d0bd5cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,13 @@
290290
</profiles>
291291

292292
<distributionManagement>
293-
<snapshotRepository>
294-
<id>ossrh</id>
295-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
296-
</snapshotRepository>
297293
<repository>
298294
<id>ossrh</id>
299295
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
300296
</repository>
297+
<snapshotRepository>
298+
<id>ossrh</id>
299+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
300+
</snapshotRepository>
301301
</distributionManagement>
302302
</project>

remote-test/src/test/resources/grapeConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ivysettings>
1818
<settings defaultResolver="downloadGrapes"/>
1919
<resolvers>
20-
<chain name="downloadGrapes" returnFirst="true">
20+
<chain name="downloadGrapes" returnFirst="false">
2121
<!-- todo add 'endorsed groovy extensions' resolver here -->
2222
<ibiblio name="local" root="file:${user.home}/.m2/repository/" m2compatible="true"/>
2323
<filesystem name="cachedGrapes">

0 commit comments

Comments
 (0)