Skip to content

Commit ec10d26

Browse files
jacobisGyeongil Goo
authored andcommitted
Update build script classpath in doc (#1)
1 parent 4c034e6 commit ec10d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-recipe-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323

2424
dependencies {
25-
classpath("com.linecorp.support.project.multi:build-recipe-plugin:$version")
25+
classpath("gradle.plugin.com.linecorp.support.project.multi:build-recipe-plugin:$version")
2626
}
2727
}
2828
```
@@ -41,7 +41,7 @@ buildscript {
4141
}
4242
4343
dependencies {
44-
classpath("com.linecorp.support.project.multi:build-recipe-plugin:$version")
44+
classpath("gradle.plugin.com.linecorp.support.project.multi:build-recipe-plugin:$version")
4545
}
4646
}
4747
```

0 commit comments

Comments
 (0)