diff --git a/README.md b/README.md index c40f0df..a111907 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you just want to talk or need help with WaybackAuthLib feel free to join my ## How to add this to your project ### Gradle/Maven -To use WaybackAuthLib with Gradle/Maven you can use this [Maven server](https://maven.lenni0451.net/#/releases/de/florianmichael/WaybackAuthLib) or [Jitpack](https://jitpack.io/#FlorianMichael/WaybackAuthLib). +To use WaybackAuthLib with Gradle/Maven you can use [Maven Central](https://mvnrepository.com/artifact/de.florianmichael/WaybackAuthLib), [Lenni0451's repository](https://maven.lenni0451.net/#/releases/de/florianmichael/WaybackAuthLib) or [Jitpack](https://jitpack.io/#FlorianMichael/WaybackAuthLib). You can also find instructions how to implement it into your build script there. ### Jar File diff --git a/gradle.properties b/gradle.properties index 53e7dfa..692b4a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # Gradle Properties org.gradle.jvmargs=-Xmx8G -org.gradle.parallel=true +#org.gradle.parallel=true # Project Details maven_name=WaybackAuthLib -maven_version=1.0.1-SNAPSHOT +maven_version=1.0.1 maven_group=de.florianmichael