software-challenge / backend

Server, Client und Spiel-Plugins der Software-Challenge Germany
https://www.software-challenge.de
11 stars 10 forks source link

Gradle (8.0) project build fails #412

Closed Rechenmaschine closed 1 year ago

Rechenmaschine commented 2 years ago

Build fails because of http in dependencies. https://github.com/software-challenge/backend/blob/de424a85285bc7b5eb4fb054f002ac307e22863f/player/configuration/build.gradle.kts#L16

Error:

Could not resolve all dependencies for configuration ':compileClasspath'.
Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://maven.wso2.org/nexus/content/groups/wso2-public/)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.4/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details. 
Rechenmaschine commented 2 years ago

Builds fine with http replaced with https.

xeruf commented 1 year ago

Thought this was long fixed, will be taken care of with next push