Skip to content

Commit

Permalink
Merge pull request #754 from lnhrdt/fix-docs-plugin-identifier
Browse files Browse the repository at this point in the history
Fix the plugin dependency identifier in the docs
  • Loading branch information
johnrengelman authored Feb 15, 2022
2 parents 44bf43a + 7775460 commit 24c371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:@version@'
classpath 'gradle.plugin.com.github.johnrengelman:shadow:@version@'
}
}
Expand Down

0 comments on commit 24c371c

Please sign in to comment.