-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue regarding plugin in Gradle #77
Comments
The full error message is like:
|
If I shut down Windows Firewall and try to build, it will give me another set of error message like this:
|
I don't know, but since you tried changing maven, you can try changing to this.
|
@ZKathrynx did you manage to resolve this issue? A shot in the dark: |
Looks like something is wrong with your JVM's security certificates. Try installing a different distribution of the JVM or reinstall? |
When I tried to load plugins from maven, gradle seems not to be able to connect to maven.
The error message is: could not resolve plugin artifact 'org.openjfx.javafxplugin:org.openjfx.javafxplugin.gradle.plugin:0.0.8'. (the name of whichever plugin I try to use)
It seems like an HTTPS problem, because when I first started using Gradle, I could not install it until I changed the distributionUrl in gradlewrapper_properties from https into http.
I have tried changing mavenCentral() into maven { url "http://repo.maven.apache.org/maven2/" }, but this still doesn't work.
It seems that there are also other people on the Internet who have met similar problem, but I tried every method I could find and none of them works, My teammates have offered a lot of help but none of them got the same problem as me so we are all out of ideas.....I'm quite desparate now.
Could anyone please help me take a look at this problem? Thank you very much!!
The text was updated successfully, but these errors were encountered: