-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
BUGSomething isn't workingSomething isn't working
Description
Describe the bug
The build ./gradlew -Dorg.gradle.logging.level=info "-Dorg.gradle.jvmargs=-Xmx2g" -Pneo4jVersion=2025.11.2 -- :open-packaging:shadowCopy of tag 2.24.0 fails with
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/neo4j/annotations/2025.11.0/annotations-2025.11.0.pom]
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/neo4j/neo4j-graphdb-api/2025.11.0/neo4j-graphdb-api-2025.11.0.pom]
To Reproduce
GDS version: 2.24.0
Neo4j version: 2025.11.2
Java version: Java 21.0.6+7.0.LTS (Temurin-Hotspot)
Operating system: Ubuntu 24.04.3 LTS
Steps to reproduce the behavior:
- Checkout 2.24.0
- Run
./gradlew -Dorg.gradle.logging.level=info "-Dorg.gradle.jvmargs=-Xmx2g" -Pneo4jVersion=2025.11.2 -- :open-packaging:shadowCopy
Expected behavior
Successful build with newer (but unofficial) reference 71.68.83-v44-310b5f1b7f. See workaround JohT/open-graph-data-science-packaging#96
Additional context
- Gradle build log (part):
> Task :licensing:compileJava FAILED
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/neo4j/annotations/2025.11.0/annotations-2025.11.0.pom]
Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/org/neo4j/neo4j-graphdb-api/2025.11.0/neo4j-graphdb-api-2025.11.0.pom]
[Incubating] Problems report is available at: file:///home/runner/work/open-graph-data-science-packaging/open-graph-data-science-packaging/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':licensing:compileJava'.
> Could not resolve all files for configuration ':licensing:compileClasspath'.
> Could not find org.neo4j:annotations:2025.11.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/neo4j/annotations/2025.11.0/annotations-2025.11.0.pom
- file:/home/runner/work/open-graph-data-science-packaging/open-graph-data-science-packaging/neo4j-repo/org/neo4j/annotations/2025.11.0/annotations-2025.11.0.pom
Required by:
project ':licensing'
> Could not find org.neo4j:neo4j-graphdb-api:2025.11.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/neo4j/neo4j-graphdb-api/2025.11.0/neo4j-graphdb-api-2025.11.0.pom
- file:/home/runner/work/open-graph-data-science-packaging/open-graph-data-science-packaging/neo4j-repo/org/neo4j/neo4j-graphdb-api/2025.11.0/neo4j-graphdb-api-2025.11.0.pom
Required by:
project ':licensing'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't working