Skip to content

reproducible builds - groovydoc 4, profile fixes, and ensuring gradle projects build docs #14710

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

Open
wants to merge 8 commits into
base: 7.0.x
Choose a base branch
from

Conversation

jdaugherty
Copy link
Contributor

#14679

  • uses groovydoc 4
  • fixes the profiles to be reproducible
  • ensures source & javadoc jars are built as part of the test script
  • ensures the gradle projects uses groovydoc instead of javadoc to generate documentation

@jdaugherty jdaugherty requested a review from jamesfredley May 3, 2025 02:11
compileOnly "org.codehaus.groovy:groovy-templates:$GroovySystem.version"
compileOnly "org.codehaus.groovy:groovy-xml:$GroovySystem.version"
compileOnly "org.codehaus.groovy:groovy-ant:$GroovySystem.version"
compileOnly 'org.apache.groovy:groovy'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I spoke to @jamesfredley about this change. Since bootstrap is included by both gorm, and core, we should be compiling with 4. We'll know if it breaks b/c shell still uses 3.

@jdaugherty
Copy link
Contributor Author

I'm going to hold off on merging this for a bit. Paul is continuing to investigate the groovy ordering issues and I want to use this PR to easily test the snapshot changes.

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

Successfully merging this pull request may close these issues.

2 participants