From aa63d4291544fda33365f741f2bbc5df2139b5f0 Mon Sep 17 00:00:00 2001 From: 770grappenmaker <770grappenmaker@gmail.com> Date: Tue, 30 Jul 2024 18:54:54 +0200 Subject: [PATCH] Update readme and update gradle --- README.md | 9 +++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b14f6c..a3b6704 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Several mappings formats are supported, like SRG, XSRG, Tiny (v1 and v2), Progua **Important: this is a Kotlin-first library.** This means that this library was written in Kotlin and with Kotlin in mind. You can use this library in Java as well, albeit probably with a slightly worse experience (extension functions do not exist in Java, for example). Using Kotlin is highly recommended. ### Usage -`mappings-util` is on Maven Central, and can be linked in your project depending on the build system. +`mappings-util` is on [Maven Central](https://central.sonatype.com/artifact/io.github.770grappenmaker/mappings-util), +and can be linked in your project depending on the build system. #### Gradle (Kotlin DSL) ```kotlin @@ -14,7 +15,7 @@ repositories { } dependencies { - implementation("io.github.770grappenmaker:mappings-util:0.1.5") + implementation("io.github.770grappenmaker:mappings-util:0.1.7") } ``` #### Maven @@ -23,13 +24,13 @@ dependencies { io.github.770grappenmaker mappings-util - 0.1.5 + 0.1.7 ``` ### Docs -Available in [Github Pages](https://770grappenmaker.github.io/mappings-util/). +Available in [GitHub Pages](https://770grappenmaker.github.io/mappings-util/). ### Examples Note: these examples are in Kotlin, but can be applied in Java as well. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a441313..09523c0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME