Skip to content

Commit

Permalink
Fix test so that it doesn't actually try to reach remote
Browse files Browse the repository at this point in the history
This has a side effect if the metadata repo is actually published.
  • Loading branch information
melix committed Feb 2, 2024
1 parent f47d274 commit d2072ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class NativeImagePluginTest extends Specification {
private URI fallbackUri

def setup() {
project = ProjectBuilder.builder().build()
project.repositories.mavenCentral()
project = ProjectBuilder.builder()
.build()
project.plugins.apply(NativeImagePlugin)
reachabilityMetadataRepositoryExtension = project.extensions
.findByType(GraalVMExtension)
Expand Down

0 comments on commit d2072ea

Please sign in to comment.