From 5463af8dce8aed6981fa86f77d27c72ce23ea8fd Mon Sep 17 00:00:00 2001 From: Bierque Jason Date: Mon, 29 Jan 2024 15:30:57 +0100 Subject: [PATCH] [ci-skip] Exemple de l'utilisation du package de Skyllia --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/readme.md b/readme.md index 60f86ce..46cff05 100644 --- a/readme.md +++ b/readme.md @@ -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 |