Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize Gradle build [SPR-15885] #20440

Closed
spring-projects-issues opened this issue Aug 21, 2017 · 0 comments
Closed

Reorganize Gradle build [SPR-15885] #20440

spring-projects-issues opened this issue Aug 21, 2017 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Aug 21, 2017

Brian Clozel opened SPR-15885 and commented

After the Gradle 4.1 upgrade, and before we actually release 5.0, our build could use some refactoring, especially anything that speeds things up and make it more idiomatic to avoid future compatibility issues.

  • Activate Gradle build scans to check for issues
  • Do not generate all reference documentation formats for each snapshot build, as it takes a long time
  • Make sure tests actually run before javadoc/reference doc are generated
  • reconfigure joint compilation for the spring-beans module and merge it with spring-beans-groovy, as this is not required and tends to confuse IDEs
  • Only apply dependency management to modules that need it (right now it's applied everywhere)
  • Break up the (huge) build.gradle into smaller, dedicated build files for each module

Issue Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants