Skip to content

Commit a32c82f

Browse files
committed
Migrate off deprecated Gradle dependency syntax
1 parent af7ce05 commit a32c82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/includes/plugin-structure/_040-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Where replace `GOCD_VERSION` with the actual version. You can find the available
1717
1818
```groovy
1919
dependencies {
20-
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: 'GOCD_VERSION'
20+
compileOnly 'cd.go.plugin:go-plugin-api:GOCD_VERSION'
2121
}
2222
```
2323

0 commit comments

Comments
 (0)