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

Converting existing gradle DSL from groovy to kotlin. #2453

Merged
merged 2 commits into from
Nov 15, 2024

Commits on Nov 13, 2024

  1. Converting existing gradle DSL from groovy to kotlin.

    ** Why is this needed ? **
    This is the first step in moving to a more consistent and composable experience for gradle configuration in the smithy repository. Writing it in kotlin to make it more expressive as compared to groovy. This commit just converts the existing gradle build from groovy to kotlin.
    
    ** Next steps: **
    Once this change is merged, few other PRs will follow to introduce nice features such as `buildSrc` plugins to enhance configurability of how each sub project builds in this package. It will introduce flexibility in things such as allowing each subproject to compile with different JVM toolchain, and much more.
    yasmewad committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    de1b340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c035320 View commit details
    Browse the repository at this point in the history