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
Commit 7ce1f5e (related to #23282) changes gradle task used for pushing artifacts to local maven repository, making instructions on project wiki obsolete:
results in Task 'install' not found in root project 'spring'. error. Correct comand is:
./gradlew publishToMavenLocal -x javadoc
This change is not compatible with branches 5.1.x and earlier, so perhaps wiki article should be expanded to reflect that or install task should be restored to preserve old behavior.
The text was updated successfully, but these errors were encountered:
sbrannen
changed the title
wiki build instructions out of date
Wiki build instructions for local Maven repo are out of date
Aug 27, 2019
sbrannen
changed the title
Wiki build instructions for local Maven repo are out of date
Wiki build instructions for local Maven repo are outdates
Aug 27, 2019
sbrannen
changed the title
Wiki build instructions for local Maven repo are outdates
Wiki build instructions for local Maven repo are outdated
Aug 27, 2019
Affects: project wiki / 5.2.0.BUILD-SNAPSHOT
Commit 7ce1f5e (related to #23282) changes gradle task used for pushing artifacts to local maven repository, making instructions on project wiki obsolete:
https://github.com/spring-projects/spring-framework/wiki/Build-from-Source
./gradlew install -x javadoc
results in
Task 'install' not found in root project 'spring'.
error. Correct comand is:./gradlew publishToMavenLocal -x javadoc
This change is not compatible with branches 5.1.x and earlier, so perhaps wiki article should be expanded to reflect that or install task should be restored to preserve old behavior.
The text was updated successfully, but these errors were encountered: