Skip to content

Commit 24c371c

Browse files
Merge pull request #754 from lnhrdt/fix-docs-plugin-identifier
Fix the plugin dependency identifier in the docs
2 parents 44bf43a + 7775460 commit 24c371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/getting-started/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
gradlePluginPortal()
1616
}
1717
dependencies {
18-
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:@version@'
18+
classpath 'gradle.plugin.com.github.johnrengelman:shadow:@version@'
1919
}
2020
}
2121

0 commit comments

Comments
 (0)