You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :spring-statemachine-samples-common:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spring-statemachine-samples-common:compileJava'.
> Could not resolve all files for configuration ':spring-statemachine-samples-common:compileClasspath'.
> Could not find org.springframework.shell:spring-shell:3.4.0-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
Required by:
project :spring-statemachine-samples-common
> Could not find org.springframework.shell:spring-shell:3.4.0-SNAPSHOT.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.maven.apache.org/maven2/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/release/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/milestone/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
- https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/maven-metadata.xml
- https://repo.spring.io/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/spring-shell-3.4.0-SNAPSHOT.pom
Required by:
project :spring-statemachine-samples-common > project :spring-statemachine-platform
The text was updated successfully, but these errors were encountered:
Not sure if this is the right place to put this issue.
I was trying to build the spring-statemachine project with gradle. I got the error further below.
On examining https://repo.spring.io/ui/native/snapshot/org/springframework/shell/spring-shell/3.4.0-SNAPSHOT/ I can see that the file maven-metadata.xml is not available.
The other locations mentioned in the error below don't have 3.4.0-SNAPSHOT.
The text was updated successfully, but these errors were encountered: