mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2024-11-25 12:05:16 +01:00
Fix one repo, Build Status badge
This commit is contained in:
parent
6d74b1fb3b
commit
f08e3caac2
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/DieReicheErethons/Brewery.png?branch=master)](https://travis-ci.org/DieReicheErethons/Brewery)
|
[![Build Status](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg)](https://github.com/DieReicheErethons/Brewery/actions/workflows/maven.yml)
|
||||||
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
|
![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)
|
||||||
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)
|
[![Releases](https://img.shields.io/github/v/release/DieReicheErethons/Brewery)](https://github.com/DieReicheErethons/Brewery/releases/latest)
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user