mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
Fixed an absolutely dumb issue made by one of our ex devs.
This commit is contained in:
parent
ba55806a62
commit
535e7e72dd
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "EpicFarming"
|
||||
path: "/builds/Songoda/$name"
|
||||
version: "2.1.2"
|
||||
version: "2.1.3"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -27,6 +27,7 @@
|
||||
<groupId>net.arcaniax</groupId>
|
||||
<artifactId>liquidtanks</artifactId>
|
||||
<version>LATEST</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org</groupId>
|
||||
@ -155,7 +156,7 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>EpicFarming-${project.version}</finalName>
|
||||
|
Loading…
Reference in New Issue
Block a user