BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Cannot configure project with 2.4.1 #66

Open simonpoole opened 10 months ago

simonpoole commented 10 months ago

Gradle 8.0

Configuring builds that use 2.4.1 fails with

$ gradle
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment (build 17.0.9+9-Debian-1)
OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1, mixed mode, sharing)
Starting a Gradle Daemon (subsequent builds will be faster)
Download https://plugins.gradle.org/m2/de/undercouch/download/de.undercouch.download.gradle.plugin/4.1.2/de.undercouch.download.gradle.plugin-4.1.2.pom
Download https://plugins.gradle.org/m2/com/github/breadmoirai/github-release/2.4.1/github-release-2.4.1.pom
Download https://plugins.gradle.org/m2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.pom
Download https://plugins.gradle.org/m2/org/zeroturnaround/zt-exec/1.12/zt-exec-1.12.pom
Download https://plugins.gradle.org/m2/org/apache/tika/tika-core/2.0.0/tika-core-2.0.0.pom
Download https://plugins.gradle.org/m2/org/apache/tika/tika-parent/2.0.0/tika-parent-2.0.0.pom
Download https://plugins.gradle.org/m2/org/apache/apache/21/apache-21.pom
Download https://plugins.gradle.org/m2/de/undercouch/gradle-download-task/4.1.2/gradle-download-task-4.1.2.pom
Download https://plugins.gradle.org/m2/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom
Download https://plugins.gradle.org/m2/commons-io/commons-io/2.10.0/commons-io-2.10.0.pom
Download https://plugins.gradle.org/m2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Download https://plugins.gradle.org/m2/org/apache/apache/23/apache-23.pom
Download https://plugins.gradle.org/m2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Download https://plugins.gradle.org/m2/org/slf4j/slf4j-api/1.7.31/slf4j-api-1.7.31.pom
Download https://plugins.gradle.org/m2/org/slf4j/slf4j-parent/1.7.31/slf4j-parent-1.7.31.pom

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'beautified-JOSM-preset'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find com.github.breadmoirai:ast:2.3.0.
     Searched in the following locations:
         https://plugins.gradle.org/m2/com/github/breadmoirai/ast/2.3.0/ast-2.3.0.pom
         https://plugins.gradle.org/m2/com/github/breadmoirai/ast/2.3.0/ast-2.3.0.jar
     Required by:
         project : > com.github.breadmoirai:github-release:2.4.1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 19s

It is unclear when this started failing, but it must be fairly recent.