Skip to content

Commit

Permalink
Merge pull request gradle#9009 from gla3dr/fix-typo-in-repositories-docs
Browse files Browse the repository at this point in the history
Fix spelling of 'snaphshots'
  • Loading branch information
big-guy authored Apr 12, 2019
2 parents 618b413 + 07dedc5 commit d78122e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ See link:{javadocPath}/org/gradle/api/artifacts/repositories/RepositoryContentDe
For Maven repositories, it's often the case that a repository would either contain releases or snapshots.
Gradle lets you declare what kind of artifacts are found in a repository using this DSL:

.Splitting snaphshots and releases
.Splitting snapshots and releases
====
include::sample[dir="/userguide/dependencyManagement/declaringRepositories/filtering/groovy",files="build.gradle[tags=repository-snapshots]"]
include::sample[dir="/userguide/dependencyManagement/declaringRepositories/filtering/kotlin",files="build.gradle.kts[tags=repository-snapshots]"]
Expand Down

0 comments on commit d78122e

Please sign in to comment.