Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez authored Apr 29, 2024
1 parent f305a3d commit 89eeb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ artifactSizeMetrics {
closurePrefixes = setOf(":services")
significantChangeThresholdPercentage = 5.0
projectRepositoryName = "aws-sdk-kotlin"
}

val testJavaVersion = typedProp<String>("test.java.version")?.let {
JavaLanguageVersion.of(it)
Expand Down

0 comments on commit 89eeb99

Please sign in to comment.