Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haha252 authored Feb 1, 2024
1 parent 6e59907 commit 6eabdc6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ The plugin has an API that you can use to add feature extensions to customize yo
- Dev : https://github.com/Euphillya/Skyllia/actions
- Alpha : https://github.com/Euphillya/Skyllia/releases

## API

Gradle Groovy

```groovy
repositories {
maven {
url = uri("https://maven.pkg.github.com/Euphillya/Skyllia")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
}
}
}
dependencies {
compileOnly("fr.euphyllia.skyllia:api:VERSION")
}
```

## Compatible Software

| Software | Version |
Expand Down

0 comments on commit 6eabdc6

Please sign in to comment.