Skip to content

Commit

Permalink
fix: refactor buildSrc package name
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 9, 2025
1 parent 9a46dbc commit 7cbe93d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package aws.sdk.kotlin.shared
package aws.sdk.kotlin.tests.codegen

/**
* An AWS SDK for Kotlin codegen test
Expand Down
4 changes: 2 additions & 2 deletions tests/codegen/checksums/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
import aws.sdk.kotlin.shared.CodegenTest
import aws.sdk.kotlin.shared.Model
import aws.sdk.kotlin.tests.codegen.CodegenTest
import aws.sdk.kotlin.tests.codegen.Model

description = "AWS SDK for Kotlin's checksums codegen test suite"

Expand Down
4 changes: 2 additions & 2 deletions tests/codegen/event-stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
import aws.sdk.kotlin.shared.CodegenTest
import aws.sdk.kotlin.shared.Model
import aws.sdk.kotlin.tests.codegen.CodegenTest
import aws.sdk.kotlin.tests.codegen.Model

description = "AWS SDK for Kotlin's event stream codegen test suite"

Expand Down
4 changes: 2 additions & 2 deletions tests/codegen/rules-engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
import aws.sdk.kotlin.shared.CodegenTest
import aws.sdk.kotlin.shared.Model
import aws.sdk.kotlin.tests.codegen.CodegenTest
import aws.sdk.kotlin.tests.codegen.Model

description = "AWS SDK for Kotlin's rules engine codegen integration test suite"

Expand Down
4 changes: 2 additions & 2 deletions tests/codegen/smoke-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import aws.sdk.kotlin.gradle.codegen.dsl.generateSmithyProjections
import aws.sdk.kotlin.gradle.codegen.dsl.smithyKotlinPlugin
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath
import aws.sdk.kotlin.shared.CodegenTest
import aws.sdk.kotlin.shared.Model
import aws.sdk.kotlin.tests.codegen.CodegenTest
import aws.sdk.kotlin.tests.codegen.Model

description = "AWS SDK for Kotlin's smoke test codegen test suite"

Expand Down

0 comments on commit 7cbe93d

Please sign in to comment.