mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 03:09:03 +00:00
Fix one repo, Build Status badge
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
|
|
||||||
name: Java CI with Maven
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
|
### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
|
||||||
|
|
||||||
[](https://travis-ci.org/DieReicheErethons/Brewery)
|
[](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
|
||||||

|

|
||||||
[](https://github.com/DieReicheErethons/Brewery/releases/latest)
|
[](https://github.com/DieReicheErethons/Brewery/releases/latest)
|
||||||
|
|
||||||
|
|||||||
@@ -266,7 +266,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<!-- https://github.com/Slimefun/Slimefun4/releases -->
|
<!-- https://github.com/Slimefun/Slimefun4/releases -->
|
||||||
<groupId>com.github.slimefun</groupId>
|
<groupId>com.github.Slimefun</groupId>
|
||||||
<artifactId>Slimefun4</artifactId>
|
<artifactId>Slimefun4</artifactId>
|
||||||
<version>RC-32</version>
|
<version>RC-32</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
|||||||
Reference in New Issue
Block a user