Skip to content

Commit

Permalink
Split smithy-kotlin codegen and runtime versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Nov 7, 2023
1 parent 61da699 commit 9904584
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ dependencyResolutionManagement {
}
}

sourceControl {
gitRepository(java.net.URI("https://github.com/awslabs/aws-kotlin-repo-tools.git")) {
producesModule("aws.sdk.kotlin:build-plugins")
producesModule("aws.sdk.kotlin:ktlint-rules")
}
}
// sourceControl {
// gitRepository(java.net.URI("https://github.com/awslabs/aws-kotlin-repo-tools.git")) {
// producesModule("aws.sdk.kotlin:build-plugins")
// producesModule("aws.sdk.kotlin:ktlint-rules")
// }
// }
includeBuild("/Users/lauzmata/aws-kotlin-repo-tools")

rootProject.name = "aws-sdk-kotlin"

Expand Down

0 comments on commit 9904584

Please sign in to comment.