File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ buildscript {
77 }
88}
99
10+ plugins {
11+ id ' net.researchgate.release' version ' 2.1.2'
12+ }
13+
1014apply plugin : ' application'
1115apply plugin : ' com.github.johnrengelman.shadow'
1216apply plugin : ' java'
Original file line number Diff line number Diff line change 1+ version =0.0.1-SNAPSHOT
You can’t perform that action at this time.
0 commit comments