Fix build actions

also fix a missed version bump
This commit is contained in:
Shane Freeder 2021-11-22 13:36:17 +00:00
parent 71c32a51b6
commit 1b73263e44
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 4 additions and 4 deletions

View File

@ -27,4 +27,4 @@ jobs:
git config --global user.name "Github Actions"
./waterfall p
- name: build
run: mvn clean javadoc:javadoc package -B
run: mvn clean install javadoc:javadoc -B

View File

@ -1,4 +1,4 @@
From 86267d95b32f5968d389e0e34f388831d1b5e994 Mon Sep 17 00:00:00 2001
From b16ac3753cd766e32cdd171e94e2321e77566a72 Mon Sep 17 00:00:00 2001
From: Minecrell <minecrell@minecrell.net>
Date: Fri, 22 Sep 2017 12:46:47 +0200
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
@ -39,7 +39,7 @@ index b3a70840..00ce099c 100644
</build>
diff --git a/log4j/pom.xml b/log4j/pom.xml
new file mode 100644
index 00000000..503836e0
index 00000000..e9678deb
--- /dev/null
+++ b/log4j/pom.xml
@@ -0,0 +1,48 @@
@ -50,7 +50,7 @@ index 00000000..503836e0
+ <parent>
+ <groupId>io.github.waterfallmc</groupId>
+ <artifactId>waterfall-parent</artifactId>
+ <version>1.17-R0.1-SNAPSHOT</version>
+ <version>1.18-R0.1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+