mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-05 23:48:06 +01:00
Fix build actions
also fix a missed version bump
This commit is contained in:
parent
71c32a51b6
commit
1b73263e44
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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>
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user