Skip to content

Commit

Permalink
use released plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Dec 29, 2023
1 parent 16f58ec commit eaa4fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ buildscript {
// FIXME - if we publish this plugin it would fix a lot of things
classpath("aws.sdk.kotlin:build-plugins") {
version {
// require("0.3.1")
branch = "smithy-build-plugin"
require("0.3.2")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/codegen/nullability-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kotlin.sourceSets.getByName("main") {

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
dependsOn(tasks.generateSmithyProjections)
// generated code has warnings unfortunately
// FIXME - generated code has warnings unfortunately, see https://github.com/awslabs/aws-sdk-kotlin/issues/1169
kotlinOptions.allWarningsAsErrors = false
}

Expand Down

0 comments on commit eaa4fa8

Please sign in to comment.