We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb029e5 + 63faff0 commit a93eddbCopy full SHA for a93eddb
README.md
@@ -1,6 +1,8 @@
1
TitleAPI
2
=====================
3
4
+[](https://api.connorlinfoot.com/v1/ci/artifact/TitleAPI/latest/download)
5
+
6
Spigot Page/More Info: http://www.spigotmc.org/resources/titleapi.1325/
7
-Release Notes: http://www.spigotmc.org/resources/titleapi.1325/updates
8
+Release Notes: http://www.spigotmc.org/resources/titleapi.1325/updates
circle.yml
@@ -0,0 +1,11 @@
+machine:
+ java:
+ version: oraclejdk7
+dependencies:
+ pre:
+ - java -version
+ - mvn -version
+ - mvn clean package install
9
+ - mv target/*.jar $CIRCLE_ARTIFACTS/
10
+ override:
11
+ - mvn dependency:resolve
0 commit comments