Skip to content

Commit

Permalink
Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed May 11, 2018
1 parent 93edaf7 commit e9cc3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/plugin/project/gradle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manually:
Overriding defaults
~~~~~~~~~~~~~~~~~~~

By default the Gradle plugin will contribute the **plugin name**, **plugin version** and **description** automatically
By default the Gradle plugin will contribute the **plugin name**, **plugin version**, and **description** automatically
to :doc:`/plugin/plugin-meta` with defaults defined in the project properties. It is also possible to override these if
you want to specify them manually:

Expand Down Expand Up @@ -112,7 +112,7 @@ dependency to your project:
repositories {
jcenter()
maven {
name = 'sponge'
name = 'sponge-repo'
url = 'https://repo.spongepowered.org/maven'
}
}
Expand Down

0 comments on commit e9cc3b3

Please sign in to comment.