Closed kou closed 1 week ago
Hmm, @laurentgo did recently upgrade the parent POM version, but the verification worked in CI...let me see if this happens for me
I wasn't able to replicate with Conda maven (3.9.9). I'll try again in a bit with your version of maven
I wasn't able to verify with 3.8.7 either, though my Java version is also different:
Apache Maven 3.8.7
Maven home: /usr/share/maven
Java version: 21.0.3, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-21-jdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.0-21-amd64", arch: "amd64", family: "unix"
Oh. Are you using the latest release script?
I have:
+ mvn -B clean install -Papache-release -T 2C -DskipTests -Dgpg.skip
You have:
+ mvn -B clean install assembly:single source:jar javadoc:jar -Papache-release -DdescriptorId=source-release -T 2C -DskipTests -Dgpg.skip
Ah, yes. I'm using the verification script in main. I'll try the verification script on the tag.
Hmm, you might just need to pull main? assembly:single
step was removed in 12a74afdbad3ecb39cb12f6dee808aef9fdbd36a
Oh, sorry. I missed the change. I'll update.
I could solve this by updating to the latest main. Thanks!
What happened?
Java's source verification failed with the following error:
This may be caused by my environment but I don't know how to debug this because I'm not familiar with Java...
FYI: I didn't see this error with old ADBC releases.
Stack Trace
No response
How can we reproduce the bug?
No response
Environment/Setup
OS: Debian GNU/Linux sid
Maven: