File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,19 @@ repositories {
45
45
password = GITHUB_PAT
46
46
}
47
47
}
48
+ maven {
49
+ url "https://maven.pkg.github.com/koresframework/kores-bytecodewriter"
50
+ credentials {
51
+ username = GITHUB_USERNAME
52
+ password = GITHUB_PAT
53
+ }
54
+ }
48
55
}
49
56
50
57
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
52
60
}
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