-
Notifications
You must be signed in to change notification settings - Fork 49
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
refactor: upstream plugin changes #1195
Conversation
A new generated diff is ready to view. |
build.gradle.kts
Outdated
// into the root buildscript classpath and force them to share a class loader. | ||
classpath(libs.smithy.model) | ||
classpath(libs.smithy.aws.traits) | ||
// // FIXME - we need the ClassLoader used for Model and any traits to be the same. Unfortunately our |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: There's double comments here: // //
build.gradle.kts
Outdated
// // that uses both in it's build logic won't work correctly. We "fix" this by placing them both | ||
// // into the root buildscript classpath and force them to share a class loader. | ||
// classpath(libs.smithy.model) | ||
// classpath(libs.smithy.aws.traits) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Is this meant to be left here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no removing
@@ -8,8 +8,8 @@ import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath | |||
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir | |||
|
|||
plugins { | |||
kotlin("jvm") // FIXME - configuration doesn't resolve without this | |||
id("aws.sdk.kotlin.gradle.smithybuild") | |||
kotlin("jvm") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Does the FIXME
still apply?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it because there isn't really anything to fix. It was a placeholder but everything works as intended so I don't see the value in keeping it if it's not actionable.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
A new generated diff is ready to view. |
Issue #
upstream awslabs/aws-kotlin-repo-tools#32
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.