From c98d4693f1fc9dcae8d78cb33e6233629f4cb2e7 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 21 Oct 2022 22:12:37 +0200 Subject: Upgrade versions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d2a0bfe..f50ba91 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ Use Java 17. -This depends on [neurepoparsing](https://git.nea.moe/nea/neurepoparsing/). Please clone that repository and make it available in your local maven repository using `./gradlew publishToMavenLocal`. This will be automated at a later stage. - - -Afterwards, running `./gradlew build` will create a mod jar in `build/libs` +Running `./gradlew build` will create a mod jar in `build/libs` -- cgit