You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,7 @@
4
4
5
5
Here’s a concise instruction snippet for setting up dependencies in Gradle KTS to consume your open-source project:
6
6
7
-
---
8
-
9
-
### Usage:
7
+
== Usage:
10
8
11
9
1. **Configure repository**
12
10
Add the following to your project's `build.gradle.kts`:
@@ -30,8 +28,4 @@ repositories {
30
28
2. **Set GitHub credentials**
31
29
Ensure you provide your GitHub username (`gpr.user`) and a personal access token (`gpr.token`) with package read permission.
32
30
33
-
[See the official GitHub docs for more details](https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry)
34
-
35
-
36
-
37
-
---
31
+
https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry[See the official GitHub docs for more details]
0 commit comments