Skip to content

Commit

Permalink
Update java group id
Browse files Browse the repository at this point in the history
This updates the java group id to be namespaced to the language. This
will be necessary for eventually publishing the generators.
  • Loading branch information
JordonPhillips committed May 19, 2021
1 parent 0421f8f commit 65c03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

allprojects {
group = "software.amazon.smithy"
group = "software.amazon.smithy.go"
version = "0.1.0"
}

Expand Down

0 comments on commit 65c03a1

Please sign in to comment.