Skip to content

Commit

Permalink
[ci-skip] Exemple de l'utilisation du package de Skyllia
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Jan 29, 2024
1 parent bb94b50 commit 5463af8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ 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 5463af8

Please sign in to comment.