Skip to content

Commit 21387b8

Browse files
authored
fix(requires): fix typo (#3)
1 parent 1f34410 commit 21387b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-example-orca/spring-example-orca.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
spinnakerPlugin {
2626
serviceName = "orca"
2727
pluginClass = "io.armory.plugin.example.spring.SpringExamplePlugin"
28-
require = "orca>=8.0.0"
28+
requires = "orca>=8.0.0"
2929
}
3030

3131
dependencies {

0 commit comments

Comments
 (0)