File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff 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
5057dependencies {
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.
You can’t perform that action at this time.
0 commit comments