Skip to content

Commit

Permalink
update restlet repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Oct 1, 2024
1 parent 124530d commit 0b9d319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/groovy/grape/GrabResolverTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class GrabResolverTest {
@Test
void testResolverDefinitionResolvesDependency() {
assertScript '''
@GrabResolver(name='restlet.org', root='http://maven.restlet.org')
@GrabResolver(name='restlet.org', root='https://maven.restlet.talend.com')
@Grab(group='org.restlet', module='org.restlet', version='1.1.6')
import org.restlet.Application
Expand All @@ -89,7 +89,7 @@ final class GrabResolverTest {
@Test
void testResolverDefinitionResolvesDependencyWithShorthand() {
assertScript '''
@GrabResolver('http://maven.restlet.org')
@GrabResolver('https://maven.restlet.talend.com')
@Grab('org.restlet:org.restlet:1.1.6')
import org.restlet.Application
Expand Down

0 comments on commit 0b9d319

Please sign in to comment.