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
Kores-BytecodeWriter is now using [GitHub Packages](https://github.com/orgs/koresframework/packages?repo_name=Kores-BytecodeWriter) to distribute its binary files instead of [jitpack.io](https://jitpack.io) (because jitpack still not support all JDK versions and sometimes `jitpack.yml` simply do not work).
11
+
12
+
In order to be able to download Kores-BytecodeWriter Artifacts, you will need to configure your global `$HOME/.gradle/gradle.properties` to store your username and a [PAT](https://github.com/settings/tokens) with `read:packages` permission:
13
+
14
+
```properties
15
+
USERNAME=GITHUB_USERNAME
16
+
TOKEN=PAT
17
+
```
18
+
19
+
Then configure your `build.gradle` as the following:
0 commit comments