Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gradle plugin version to 0.9.0 #63

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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