Skip to content

Commit

Permalink
Add release details
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Dec 15, 2015
1 parent b06c2eb commit 98cb44f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ deploy:
provider: releases
api_key:
secure: vho6lUj1sCwUvbPojgT6QO7j5SOhHRt6IeyKkAosLbxFWHqgBtEW5XxNBwMhtVE9Wczvip3suTpP6MvrschQpTl1JRaOZBrLXUTrESN6Ih3+lFyqCFOvc6/AxySvvxqSEQXnnEHdpMm4LaEuabYsbo25xqTjXCTHmLynvYJcKYo=
file: dist/brainduck.jar
file_glob: true
file: "build/libs/Brainduck*.jar"
on:
repo: Zomis/Brainduck
tags: true
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ buildscript {
}
}

plugins {
id 'net.researchgate.release' version '2.1.2'
}

apply plugin: 'application'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'java'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=0.0.1-SNAPSHOT

0 comments on commit 98cb44f

Please sign in to comment.