[
https://issues.apache.org/jira/browse/SOLR-17026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781418#comment-17781418
]
Houston Putman commented on SOLR-17026:
---------------------------------------
Ok found the offending line in "gradle/maven/defaults-maven.gradle":
{quote}signing {
if (project(":solr:distribution").ext.useGpgForSigning) {
useGpgCmd()
}
required \{ !version.endsWith("SNAPSHOT") }
sign publishing.publications.jars
}{quote}
The signing is required in the smoketest, because we set "-Dversion.suffix="
when running "./gradlew assembleRelease".
However because we also include "-x signJarsPublication", the signature files
won't exist.
Not sure why this worked with previous gradle versions...
Anyways, testing this out, I think we just need to use the same
"withSignedArtifacts" as the distributions gradle file has.
> Upgrade to Gradle 8.4
> ---------------------
>
> Key: SOLR-17026
> URL: https://issues.apache.org/jira/browse/SOLR-17026
> Project: Solr
> Issue Type: Task
> Components: Build
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: main (10.0), 9.5
>
> Attachments: consoleText.txt.gz
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Upgrade Gradle from 7.6 to 8.4 - supports building directly with JDK 21 LTS.
> https://docs.gradle.org/8.4/release-notes.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]