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

graalvm-native-image

Here are 155 public repositories matching this topic...

TimoKramer
TimoKramer commented Apr 21, 2022

version

clj-kondo v2022.04.08

platform

native on Linux MNZNB0441 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

problem

My config was responsible for an error that is not easy to understand. Was searching for related stuff and found something on paid slack (yeah). This seems loosely related: https://github.com/clj-kond

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