File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ Support API for `kscript`
22=========================
33
44
5- [ ![ Build Status] ( https://travis-ci.org/holgerbrandl/kscript-support-api.svg?branch=master )] ( https://travis-ci.org/holgerbrandl/kscript-support-api ) [ ![ Download] ( https://api.bintray.com/packages/holgerbrandl/mpicbg-scicomp/kscript/images/download.svg ) ] ( https://bintray.com/holgerbrandl/mpicbg-scicomp/kscript/_latestVersion )
5+ [ ![ Build Status] ( https://travis-ci.org/holgerbrandl/kscript-support-api.svg?branch=master )] ( https://travis-ci.org/holgerbrandl/kscript-support-api ) [ ![ Download] ( https://api.bintray.com/packages/holgerbrandl/github/kscript/images/download.svg ) ] ( https://bintray.com/holgerbrandl/github/kscript/_latestVersion ) [ ] ( https://bintray.com/ )
6+
67
78
89
Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
4848}
4949
5050// http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
51- group = ' de.mpicbg.scicomp'
52- // version = '1.1.4'
53- version = ' 1.2-SNAPSHOT'
51+ // group = 'de.mpicbg.scicomp'
52+ group = ' com.github.holgerbandl'
53+ version = ' 1.1.5'
54+ // version = '1.2-SNAPSHOT'
5455
5556
5657artifacts {
@@ -107,7 +108,7 @@ if (hasProperty('bintray_user') && hasProperty('bintray_key')) {
107108 publish = true // If version should be auto published after an upload
108109
109110 pkg {
110- repo = ' mpicbg-scicomp '
111+ repo = ' github '
111112 name = ' kscript'
112113 vcsUrl = ' https://github.com/holgerbrandl/kscript-support-api'
113114
You can’t perform that action at this time.
0 commit comments