mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2025-02-16 20:21:26 +01:00
Changed some other things
This commit is contained in:
parent
8bdf4fb1e0
commit
4506aca323
@ -1,50 +0,0 @@
|
||||
# Java Maven CircleCI 2.0 configuration file
|
||||
#
|
||||
# Check https://circleci.com/docs/2.0/language-java/ for more details
|
||||
#
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: circleci/openjdk:8-jdk
|
||||
|
||||
# Specify service dependencies here if necessary
|
||||
# CircleCI maintains a library of pre-built images
|
||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
||||
# - image: circleci/postgres:9.4
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
environment:
|
||||
# Customize the JVM maximum heap limit
|
||||
MAVEN_OPTS: -Xmx3200m
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
# Download and cache dependencies
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-dependencies-{{ checksum "pom.xml" }}
|
||||
# fallback to using the latest cache if no exact match is found
|
||||
- v1-dependencies-
|
||||
|
||||
- run: sh ./setup.sh
|
||||
- run: mvn dependency:go-offline
|
||||
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.m2
|
||||
key: v1-dependencies-{{ checksum "pom.xml" }}
|
||||
|
||||
- run: mvn package
|
||||
|
||||
- store_test_results:
|
||||
path: target/surefire-reports
|
||||
|
||||
- store_artifacts:
|
||||
path: target/PlayerBalancer.jar
|
||||
|
||||
- store_artifacts:
|
||||
path: target/PlayerBalancerAddon.jar
|
@ -75,7 +75,7 @@
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>bungeecord-proxy</artifactId>
|
||||
<version>LATEST</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# PlayerBalancer
|
||||
[Spigot Resource](https://www.spigotmc.org/resources/10788/)
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/Jamezrin/PlayerBalancer.svg?style=svg&circle-token=8cda98f6953e0370e552f5eecff8d3f13b116ab9)](https://circleci.com/gh/Jamezrin/PlayerBalancer)
|
||||
[![Build Status](https://ci.codemc.org/job/PlayerBalancer/badge/icon)](https://ci.codemc.org/job/PlayerBalancer/)
|
||||
|
||||
### Build
|
||||
* Clone this repository
|
||||
|
Loading…
Reference in New Issue
Block a user