Skip to content

Commit acecfef

Browse files
Fix incorrectly configured failure test (#160)
The syntax error test was incorrectly configured, so it was failing for the wrong reason.
1 parent 53baf94 commit acecfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/base-plugin/failure-cases/syntax-error/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
plugins {
44
id("java-library")
5-
id("smith-base").version("0.7.0")
5+
id("software.amazon.smithy.gradle.smithy-base").version("1.3.0")
66
}
77

88
repositories {

0 commit comments

Comments
 (0)