Skip to content

Commit f17439b

Browse files
committed
Readme.md
1 parent 2198432 commit f17439b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,19 @@ repositories {
4545
password = GITHUB_PAT
4646
}
4747
}
48+
maven {
49+
url "https://maven.pkg.github.com/koresframework/kores-bytecodewriter"
50+
credentials {
51+
username = GITHUB_USERNAME
52+
password = GITHUB_PAT
53+
}
54+
}
4855
}
4956
5057
dependencies {
51-
implementation "com.github.koresframework:kores-bytecodewriter:4.1.9.bytecode" // Replace 4.1.9.bytecode with the preferred version
58+
implementation("com.github.koresframework:kores:4.1.9.base") // Replace 4.1.9.base with the preferred version
59+
implementation("com.github.koresframework:kores-bytecodewriter:4.1.10.bytecode.4") // Replace 4.1.10.bytecode.4 with the preferred version
5260
}
53-
```
61+
```
62+
63+
This is only needed because **GitHub** still not support unauthenticated artifact access.

0 commit comments

Comments
 (0)