mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2025-01-26 09:21:20 +01:00
Updated artifact id for AcidIsland
This commit is contained in:
parent
c19490caa2
commit
3de5dea136
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
|||||||
language: java
|
|
||||||
sudo: false
|
|
||||||
addons:
|
|
||||||
sonarcloud:
|
|
||||||
organization: "tastybento-github"
|
|
||||||
token:
|
|
||||||
secure: $SONAR_TOKEN
|
|
||||||
branches:
|
|
||||||
- develop
|
|
||||||
- master
|
|
||||||
jdk:
|
|
||||||
- oraclejdk8
|
|
||||||
|
|
||||||
script:
|
|
||||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B
|
|
||||||
- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- '$HOME/.m2/repository'
|
|
||||||
- '$HOME/.sonar/cache'
|
|
2
pom.xml
2
pom.xml
@ -81,7 +81,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>us.tastybento</groupId>
|
<groupId>us.tastybento</groupId>
|
||||||
<artifactId>addon-acidisland</artifactId>
|
<artifactId>AcidIsland</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user