From ea44e7f2a7b7dbd75b080f78415eb6d67c5992c8 Mon Sep 17 00:00:00 2001 From: JicuNull <69324615+JicuNull@users.noreply.github.com> Date: Fri, 7 Aug 2020 19:41:42 +0200 Subject: [PATCH 1/2] Add Jitpack repository --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index a7384b6..09f35b8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,22 @@ Big thanks to [@Sigalor](https://github.com/sigalor) and all participants of the This project is **WIP** and things could break in the future. +### Gradle +```java +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} +``` +```java +dependencies { + implementation 'com.github.JicuNull:WhatsJava:v0.1.1-alpha' +} +``` +Find more options here: **[Jitpack](https://jitpack.io/#JicuNull/WhatsJava)** + ## How to use it **Note**: The project is tested and compiled with Java 11 From 725f21f780af9453836a4dbf8abb3311f5230f98 Mon Sep 17 00:00:00 2001 From: JicuNull <69324615+JicuNull@users.noreply.github.com> Date: Fri, 7 Aug 2020 20:56:31 +0200 Subject: [PATCH 2/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9..303bd56 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 JicuNull Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.