File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ Add the GitHub Packages repository in `repositories` and the desired `SNAPSHOT`
351351 <repository >
352352 <id >github-quickfixj</id >
353353 <name >GitHub Packages for quickfixj</name >
354- <url >https://maven.pkg.github.com/quickfixj /quickfixj</url >
354+ <url >https://maven.pkg.github.com/quickfix-j /quickfixj</url >
355355 <snapshots >
356356 <enabled >true</enabled >
357357 </snapshots >
@@ -380,7 +380,7 @@ Add the following to your `build.gradle` file:
380380//build.gradle
381381repositories {
382382 maven {
383- url = uri("https://maven.pkg.github.com/quickfixj /quickfixj")
383+ url = uri("https://maven.pkg.github.com/quickfix-j /quickfixj")
384384 credentials {
385385 username = "USERNAME" // Your GitHub username
386386 password = "GITHUB_PAT" // Your GitHub PAT
You can’t perform that action at this time.
0 commit comments