File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33
4- name : Java CI with Maven
4+ name : Build
55
66on :
77 push :
Original file line number Diff line number Diff line change 11### Brewery is a Minecraft-Plugin for an alternate brewing process, including alcoholic Potions.
22
3- [ ![ Build Status] ( https://travis-ci.org /DieReicheErethons/Brewery.png?branch=master )] ( https://travis-ci.org /DieReicheErethons/Brewery )
3+ [ ![ Build Status] ( https://github.com /DieReicheErethons/Brewery/actions/workflows/maven.yml/badge.svg )] ( https://github.com /DieReicheErethons/Brewery/actions/workflows/maven.yml )
44![ License: GPLv3] ( https://img.shields.io/badge/license-GPLv3-blue )
55[ ![ Releases] ( https://img.shields.io/github/v/release/DieReicheErethons/Brewery )] ( https://github.com/DieReicheErethons/Brewery/releases/latest )
66
Original file line number Diff line number Diff line change 266266 </dependency >
267267 <dependency >
268268 <!-- https://github.com/Slimefun/Slimefun4/releases -->
269- <groupId >com.github.slimefun </groupId >
269+ <groupId >com.github.Slimefun </groupId >
270270 <artifactId >Slimefun4</artifactId >
271271 <version >RC-32</version >
272272 <scope >provided</scope >
You can’t perform that action at this time.
0 commit comments