mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-01-01 05:57:34 +01:00
Updated Pom and Travis
This commit is contained in:
parent
cb7ff74d17
commit
5eae2a1152
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ target/
|
||||
.idea/
|
||||
.DS_Store
|
||||
ChestsPlusPlus.iml
|
||||
*.iml
|
||||
|
@ -1,9 +1,8 @@
|
||||
language: java
|
||||
|
||||
script:
|
||||
- cd ChestsPlusPlus_Main
|
||||
- mvn -DskipTests package
|
||||
- export FOO=$(ls Server/plugins//ChestsPlusPlus-*.jar)
|
||||
- export FOO=$(ls /Server/plugins/ChestsPlusPlus-*.jar)
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
@ -38,6 +38,7 @@
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.15.2-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user