The Wayback Machine - https://web.archive.org/web/20220409052504/https://github.com/topics/graalvm-native-image
Skip to content
#

graalvm-native-image

Here are 148 public repositories matching this topic...

sergeykad
sergeykad commented Aug 29, 2021

The plugin declares repositories, effectively ignoring the repositories declared in the settings.

Steps to reproduce the behavior:

Declare repositories in settigs.gradle
For example the following can be used:

dependencyResolutionManagement {
    repositories {
        mavenCentral()
    }
}

Add any dependency to your project. It will compile correctly.
Add the `

bug good first issue

Improve this page

Add a description, image, and links to the graalvm-native-image topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graalvm-native-image topic, visit your repo's landing page and select "manage topics."

Learn more