Skip to content

Commit

Permalink
COPCD-40: Mentioned dependency to atlassian library in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziswb committed Dec 17, 2024
1 parent 0a964c6 commit baf447f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ issue owner or reporter. There should be no TODO markers in the source code for

## Configure Todo Checker in Gradle

Update `settings.gradle.kts` to include Atlassian dependency:

```kotlin
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://packages.atlassian.com/mvn/maven-external/")
}
}
}
```

Configure Todo Checker in `build.gradle.kts`:

```kotlin
todoChecker {
jiraUrl.set(URI.create("https://jira.mycompany.com"))
Expand Down

0 comments on commit baf447f

Please # to comment.