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 6bd58e4 commit fb3e172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/smithy-aws-go-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
jacoco
}

group = "software.amazon.smithy"
group = "software.amazon.smithy.go"
version = "0.1.0"

java {
Expand All @@ -32,8 +32,8 @@ tasks.withType<Test> {

dependencies {
api("software.amazon.smithy:smithy-aws-traits:[1.5.1,2.0.0[")
api("software.amazon.smithy:smithy-go-codegen:0.1.0")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.6.1,2.0.0[")
api("software.amazon.smithy.go:smithy-go-codegen:0.1.0")
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")
testCompile("org.junit.jupiter:junit-jupiter-params:5.4.0")
Expand Down

0 comments on commit fb3e172

Please sign in to comment.