Skip to content

Commit

Permalink
revert includeBuild change
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Sep 29, 2023
1 parent 511cf7a commit 761c36f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ pluginManagement {
}
}

// 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")
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")
}
}


rootProject.name = "smithy-kotlin"

Expand Down

0 comments on commit 761c36f

Please sign in to comment.