hydraulic-software / conveyor

Gradle plugin, user guide and discussion forums for Conveyor
https://conveyor.hydraulic.dev
Apache License 2.0
123 stars 9 forks source link

Task Failed: Download Link (linker-idk) #70

Closed edko99 closed 1 year ago

edko99 commented 1 year ago

Describe the bug When running conveyor make windows-app, the process stops with the message: Task failed: Download Link (linker-idk)

To Reproduce Steps to reproduce the behavior:

  1. conveyor generate compose com.example.my-project
  2. cd my-project
  3. ./gradlew jar
  4. conveyor make windows-app

Expected behavior A Windows exe file

Desktop (please complete the following information):

Additional context I check manually in my command line, and I can run jlink without problems

mikehearn commented 1 year ago

Hmm that's a new one. It's possible the site hosting the JDK used for jlinking had a temporary SSL messup? Otherwise there may be something odd about your system's certificate store. If you run conveyor --show-log do you see anything interesting at the bottom?

edko99 commented 1 year ago

Yes, it was a certificate issue in my machine. I tried from another machine, and it worked. Thank you.