lgrignon / jsweet-gradle-plugin

Brings the power of JSweet to Gradle
Apache License 2.0
17 stars 15 forks source link

update install instructions #33

Closed joprice closed 2 years ago

joprice commented 3 years ago

The http resolver urls cause this exception:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'jsweet-test'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://repository.jsweet.org/artifactory/libs-release-local)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.2/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.

Using 3.0.0 causes this:

A problem occurred configuring root project 'jsweet-test'.
> java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file /Users/josephprice/.gradle/caches/jars-9/b4e0848c0dcdf15e546dced29a281ac6/jsweet-transpiler-3.0.0.jar.
lgrignon commented 2 years ago

Thanks for contributing ;)