Skip to content

Commit 98cb44f

Browse files
committed
Add release details
1 parent b06c2eb commit 98cb44f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ deploy:
2222
provider: releases
2323
api_key:
2424
secure: vho6lUj1sCwUvbPojgT6QO7j5SOhHRt6IeyKkAosLbxFWHqgBtEW5XxNBwMhtVE9Wczvip3suTpP6MvrschQpTl1JRaOZBrLXUTrESN6Ih3+lFyqCFOvc6/AxySvvxqSEQXnnEHdpMm4LaEuabYsbo25xqTjXCTHmLynvYJcKYo=
25-
file: dist/brainduck.jar
25+
file_glob: true
26+
file: "build/libs/Brainduck*.jar"
2627
on:
27-
repo: Zomis/Brainduck
28+
tags: true

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ buildscript {
77
}
88
}
99

10+
plugins {
11+
id 'net.researchgate.release' version '2.1.2'
12+
}
13+
1014
apply plugin: 'application'
1115
apply plugin: 'com.github.johnrengelman.shadow'
1216
apply plugin: 'java'

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version=0.0.1-SNAPSHOT

0 commit comments

Comments
 (0)