From 25d4a4529a774807c9f88cbf42dd4a7ea7ae19ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n?= <44579213+Rubenicos@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:50:19 -0600
Subject: [PATCH] Add javadoc badge
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 263ef46..82ea768 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@
+
+
+
@@ -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 {
@@ -81,7 +84,7 @@ shadowJar {
```kotlin
plugins {
- id("com.gradleup.shadow") version "8.3.1"
+ id("com.gradleup.shadow") version "8.3.5"
}
repositories {