Skip to content

Commit c79dd9f

Browse files
committed
Temporarily disable starters
The build fails on CI with: ``` Error: Failed to execute goal on project spring-shell-starter-test: Could not resolve dependencies for project org.springframework.shell:spring-shell-starter-test:pom:4.0.0-SNAPSHOT: Could not find artifact org.springframework.shell:spring-shell-starter:jar:4.0.0-SNAPSHOT -> [Help 1] ``` even though it passes locally in a fresh docker container.
1 parent 95ef80c commit c79dd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<module>spring-shell-docs</module>
7878
<module>spring-shell-dependencies</module>
7979
<module>spring-shell-samples</module>
80-
<module>spring-shell-starters</module>
80+
<!-- <module>spring-shell-starters</module>--> <!-- FIXME build failure on CI -->
8181
</modules>
8282

8383
<build>

0 commit comments

Comments
 (0)