defano / wyldcard

A clone of Apple's HyperCard and HyperTalk scripting language.
https://github.com/defano/wyldcard/wiki
MIT License
117 stars 12 forks source link

Plugin with id 'io.github.fvarrui.javapackager.plugin' not found #116

Open rozek opened 2 years ago

rozek commented 2 years ago

I just wanted to start a new Wyldcard instance by building it using Gradle - but failed with the following error message

Plugin with id 'io.github.fvarrui.javapackager.plugin' not found

The original buildscript depends on io.github.fvarrui:javapackager:1.6.2 which seems to be no longer available - the problem disappears as soon as the required version is increased to io.github.fvarrui:javapackager:1.6.6

defano commented 2 years ago

I am not able to reproduce this. What gradle command were you running? gradle run?

rozek commented 2 years ago

./gradlew run

rozek commented 2 years ago

I meanwhile found the reason for the reported behaviour:

my virus scanner moved the Java Packager into quarantine because of Java vulnerability "Java/CVE-2013-0422" - as a consequence, it disappeared for the building process.

simple Workaround: clear gradle caches and ./gradlew run again