Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
75 lines (45 loc) · 2.27 KB

README.md

File metadata and controls

75 lines (45 loc) · 2.27 KB

stargrad

Build Maven Central

common library for our gradle plugins.

how to use

you can import stargrad from maven central just by adding it to your dependencies:

gradle

dependencies {
    implementation("enterprises.stardust:stargrad:0.5.4")
}

maven

<dependency>
    <groupId>enterprises.stardust</groupId>
    <artifactId>stargrad</artifactId>
    <version>0.5.4</version>
</dependency>

troubleshooting

if you ever encounter any problem related to this project, you can open an issue describing what the problem is. please, be as precise as you can, so that we can help you asap. we are most likely to close the issue if it is not related to our work.

contributing

you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.

licensing

this project is under the ISC license.