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

Added Docgen files to the main smithy repo. #2468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yasmewad
Copy link
Contributor

@yasmewad yasmewad commented Nov 19, 2024

Background

  • What do these changes do?
    These changes pull in the docgen repositories to be built as part of the main smithy repository.

  • Why are they important?
    These changes help us centralize and publish smithy docgen. It also enables publishing for the docgen plugin.

Testing

  • How did you test these changes?
    Gradle build.
    I also ran it with the README and instructions. Updated the readme where necessary.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment on lines +50 to +56
if (project.name == "smithy-docgen-core" || project.name == "smithy-docgen-test") {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
} else {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you use toolchain instead?

@haydenbaker
Copy link
Contributor

You'll need to update the CI script to correctly build the repository now

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