Skip to content

Commit

Permalink
travis build with gradle and release back to github
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jul 15, 2015
1 parent b1fca4b commit e084dc3
Show file tree
Hide file tree
Showing 194 changed files with 51 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: java

before_deploy:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- export GIT_TAG=$TRAVIS_BRANCH-v3.5.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
- git push -q https://[email protected]/felixonmars/RPGitems-reloaded --tags

deploy:
skip_cleanup: true
provider: releases
api_key:
secure: "YP55s7eknSfGBjpP7yPLSYHRORRN0AXr2jOjK2Oq9IGCnNankBvzgGIhsNfT8ePRfMbiOtk4D/ZhBn90ct83Dp7Il1OVkHsfAhvvE6bZ3iZI8x9zc1n/SSxneNKdWrHTGM+WuBoS9mr4J/YdWwvaLaYr9E0iwHWdqTJlTiPfKhtp5MZ89h1Yj7u94dXmkwv6e0oLUKexfkiLINOsuj+cpk81SVO9RHlBEZDFlg/KhwOe6r1XPUgKvJVUgrQHjdZ7aAiYclb3O2UiTHZdqPow00vNdXlk/sIM63dAdw8CTfPxXKHVAnGE+9OAADC4Ml+74I1rfOJaSUz6bWXa9zkgRk5VpoFGEr4i45j42ZxSgsq4Xh721lsCip31dT/QyiJ8YeCn6QK8XtS5KhV6ao22QoCVq6+UmmrHGW/Yl2wiqt6Xos1gDgW1iZHXXP4byQnZ5sDX95Ic0Sq3nSneCnCiHYkjC93HvoM/J5ZRA4Kz2/BdgMPNuWGOsDaOPsEoG4N/GBZKvAdxf0779BewuFuVPPdPDtS0iJCZ/jJZonVitFFGkG4RnIyH5npI0siWpxPY3lMiPiFwJBaYOHTq6WvYEGCazfl1kqVccXs1wEgxyovwTJryhBtz387TVXiQ/lo7AsKitNOigl5DDMQFVhD4xYcvABKmC6M1JrPlMxzy4Mk="
file:
- build/libs/RPGitems-reloaded.jar
on:
tags: false
all_branches: true

branches:
except:
- "/^*-v[0-9]/"

env:
global:
- secure: T4qek8O38AhXbDOz5Xh7XkOoFW7RumwIQzIhkhPp3weRy8nBx25qKLLF6XlhFs6j4Hx6Hp2wLfv+xcMqd3JQXNDYGwdTbHYf50zvZPADnReQa7OB+6qCt4RykOAmv1Fh+bhhwhITYuun8Wg3HABRUIsUJcle5jzCT9xiKxIDBe+NzcN2YczTU2Za/8XAErAdZo0LH97oLb87ukIQnInV905c3zYpcDxZUl7eqkwL3KkUPPW1OlCRgVJbHcA05OAJK0lAYicECHqU0td9NIjPMp/Js3Y8pMrb/p7r3Th/ZNkAWbTVXUimtvpiMLDDFik2Q/zoAb3lWqE9JeADCeN/h3vbcKfh5JGFxb4zvSMd3ECedg+9HVJx2854wygEa3Vq5OdRi5Imn7C3Kk3sUgQKd2lBfq60b4scgjXGhNWAuqsvB/BvimOLmmy93udfQnRKyb0AOW8vfunBATVQ4yvoXdUD/ltnwDKIZocZu3R4TprMbsDi6aKx/ugRq04zHw8Nb+U3mMkA5ivvjix2gxJpLDp3EfSWampWMXTxseIJeqgphUP7jZufdqTpSyuokZEQUjJSr084i6MRn55dMdCPj7L3FcMAEwjJMpOydQEZcTmkz/hmqw2BL7hiMT6qx3VAbSd55qCMjev57O5RgXuwGbHjb9hq3wKouB/2iGacMag=
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# RPGitems Reloaded

[![Build Status](https://travis-ci.org/NyaaCat/RPGitems-reloaded.svg?branch=master)](https://travis-ci.org/NyaaCat/RPGitems-reloaded)

The RPGitems2 plugin continued from [TheCreeperOfRedstone/RPG-Items-2](https://github.com/TheCreeperOfRedstone/RPG-Items-2)
21 changes: 21 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apply plugin: 'java'

repositories {
mavenCentral()

maven {
name 'Bukkit'
url 'http://repo.bukkit.org/content/groups/public/'
// url 'https://hub.spigotmc.org/nexus/content/groups/public/'
}

maven {
name 'sk89q'
url 'http://maven.sk89q.com/artifactory/repo/'
}
}

dependencies {
compile 'org.bukkit:bukkit:1.7.9-R0.2'
compile 'com.sk89q:worldguard:5.8'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/main/resources/LICENSE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e084dc3

Please sign in to comment.