Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas McDonald committed Oct 4, 2023
1 parent 5c5b04a commit ca6acb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codegen/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include(":smithy-dafny-codegen")
include(":smithy-dafny-codegen-cli")
//include(":smithy-dafny-codegen-test")
// TODO: Once Smithy-Python is published to Maven, and we do not rely on a fork, use that
//include(":smithy-python-codegen")
//project(":smithy-python-codegen").projectDir = file("../submodules/smithy-python/codegen/smithy-python-codegen")
include(":smithy-python-codegen")
project(":smithy-python-codegen").projectDir = file("../submodules/smithy-python/codegen/smithy-python-codegen")

pluginManagement {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions codegen/smithy-dafny-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
implementation("com.squareup:javapoet:1.13.0")

// Smithy-Python
// implementation(project(":smithy-python-codegen"))
implementation("software.amazon.smithy.python:smithy-python-codegen:0.1.0")
implementation(project(":smithy-python-codegen"))
// implementation("software.amazon.smithy.python:smithy-python-codegen:0.1.0")

// Used for parsing-based tests
testImplementation("org.antlr:antlr4:4.9.2")
Expand Down

0 comments on commit ca6acb0

Please sign in to comment.