Skip to content

Commit

Permalink
Fix relative links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Mar 20, 2023
1 parent a60a363 commit 2e47869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle-enterprise-conventions-maven-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This project demonstrates how to share a common Gradle Enterprise configuration

* Create your own copy of the `extension` project
* Address all `todo` comments
* Update the `groupId` and `artifactId` in [extensions/pom.xml] file
* Update the server URL to your own Gradle Enterprise instance in [.mvn/gradle-enterprise.xml] and [extension/src/main/java/com/example/CustomGradleEnterpriseConfig.java]
* Update `isCi` in [extension/src/main/java/com/example/CiUtils.java] to properly detect your CI environment
* Update the `groupId` and `artifactId` in the [POM](extensions/pom.xml) file
* Update the server URL to your own Gradle Enterprise instance in the [Gradle Enterprise configuration](.mvn/gradle-enterprise.xml) and [CustomGradleEnterpriseConfig.java](extension/src/main/java/com/example/CustomGradleEnterpriseConfig.java)
* Update `isCi` in [CiUtils.java](extension/src/main/java/com/example/CiUtils.java) to properly detect your CI environment
* Deploy the extension to your own artifact repository

## Contents
Expand Down

0 comments on commit 2e47869

Please sign in to comment.