Skip to content

Commit

Permalink
Add javadoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Jan 10, 2025
1 parent 2ebbadd commit 25d4a45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<a href="https://jitpack.io/#com.saicone/ezlib">
<img src="https://jitpack.io/v/com.saicone/ezlib.svg?style=flat-square"/>
</a>
<a href="https://javadoc.saicone.com/ezlib/">
<img src="https://img.shields.io/badge/JavaDoc-Online-green?style=flat-square"/>
</a>
<a href="https://docs.saicone.com/ezlib/">
<img src="https://img.shields.io/badge/Saicone-Ezlib%20Wiki-3b3bb0?logo=github&logoColor=white&style=flat-square"/>
</a>
Expand Down Expand Up @@ -49,7 +52,7 @@ Take in count ezlib is made to be inside your project, so you must configure it
For Gradle Groovy project (build.gradle)
```groovy
plugins {
id 'com.gradleup.shadow' version '8.3.1'
id 'com.gradleup.shadow' version '8.3.5'
}
repositories {
Expand Down Expand Up @@ -81,7 +84,7 @@ shadowJar {

```kotlin
plugins {
id("com.gradleup.shadow") version "8.3.1"
id("com.gradleup.shadow") version "8.3.5"
}

repositories {
Expand Down

0 comments on commit 25d4a45

Please sign in to comment.