Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
janiceilene authored Oct 9, 2020
2 parents 7c25eca + 7afaef0 commit d8db9b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You can install a package by adding the package as a dependency to your project.
{% data reusables.package_registry.authenticate-step %}
2. Add the package dependencies to your *build.gradle* file (Gradle Groovy) or *build.gradle.kts* file (Kotlin DSL) file.

Example using Grady Groovy:
Example using Gradle Groovy:
```shell
dependencies {
implementation 'com.example:package'
Expand All @@ -188,7 +188,7 @@ You can install a package by adding the package as a dependency to your project.

3. Add the maven plugin to your *build.gradle* file (Gradle Groovy) or *build.gradle.kts* file (Kotlin DSL) file.

Example using Grady Groovy:
Example using Gradle Groovy:
```shell
plugins {
id 'maven'
Expand Down

0 comments on commit d8db9b8

Please sign in to comment.