File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 app . deploy do
3838 expect ( clean_output ( app . output ) ) . to include ( <<~OUTPUT )
3939 remote: -----> Installing Maven #{ UNKNOWN_MAVEN_VERSION } ...
40- remote:
40+ remote:
4141 remote: ! ERROR: You have defined an unsupported Maven version in the system.properties file.
4242 remote: !
4343 remote: ! The default supported version is #{ DEFAULT_MAVEN_VERSION }
44- remote:
44+ remote:
4545 remote: ! Push rejected, failed to compile Java app.
4646 OUTPUT
4747 end
7272 app . deploy do
7373 expect ( clean_output ( app . output ) ) . to include ( <<~OUTPUT )
7474 remote: -----> Installing Maven #{ UNKNOWN_MAVEN_VERSION } ...
75+ remote:
7576 remote: ! ERROR: You have defined an unsupported Maven version in the system.properties file.
7677 remote: !
7778 remote: ! The default supported version is #{ DEFAULT_MAVEN_VERSION }
You can’t perform that action at this time.
0 commit comments