Skip to content

Commit

Permalink
Bump gradle plugin version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Oct 31, 2023
1 parent dcf96f5 commit e60d75c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "A package used to define an annotation trait"
plugins {
`java-library`
id("com.github.spotbugs").version("4.7.1")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion custom-trait-examples/custom-string-trait/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Package for a custom Smithy string trait"
plugins {
`java-library`
id("com.github.spotbugs").version("4.7.3")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Custom Smithy structure trait with multiple inputs"
plugins {
`java-library`
id("com.github.spotbugs").version("4.7.3")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

java {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

// The test project doesn't produce a JAR.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=1.40.0
smithyGradleVersion=0.8.0
smithyGradleVersion=0.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "A package used to share a common linting configuration between sm

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Creates a custom Smithy model validator"
plugins {
`java-library`
id("com.github.spotbugs").version("4.7.3")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

java {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

// The test project doesn't produce a JAR.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}


Expand Down
2 changes: 1 addition & 1 deletion quickstart-examples/quickstart-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion shared-model-examples/common-shapes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "A package used to share common shapes between smithy projects"

plugins {
`java-library`
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion shared-model-examples/integ/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
id("software.amazon.smithy.gradle.smithy-jar").version("0.8.0")
id("software.amazon.smithy.gradle.smithy-jar").version("0.9.0")
}

// The test project doesn't produce a JAR.
Expand Down

0 comments on commit e60d75c

Please sign in to comment.