Skip to content

Commit

Permalink
Remove test utils from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Dec 19, 2023
1 parent d5c3f0e commit 94c405d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ subprojects {
* Java
* ====================================================
*/
if (subproject.name != "smithy-ruby-rails-codegen-test" && subproject.name != "smithy-ruby-codegen-test") {
if (subproject.name != "smithy-ruby-rails-codegen-test"
&& subproject.name != "smithy-ruby-codegen-test"
&& subproject.name != "smithy-ruby-codegen-test-utils") {
apply(plugin = "java-library")

java {
Expand Down

0 comments on commit 94c405d

Please sign in to comment.