Skip to content

Commit fd63229

Browse files
authored
removed bintray plugin (#85)
Signed-off-by: Nischal Sharma <[email protected]>
1 parent 78aee6f commit fd63229

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10-
*
10+
* Removed jfrog bintray plugin [#85](https://github.com/hyperledger/web3j-unit/pull/85)
1111

1212
### Features
1313

build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
buildscript{
2-
repositories{
3-
jcenter()
4-
}
5-
}
6-
71
plugins {
82
id 'java'
93
id 'idea'
104
id 'jacoco'
11-
id 'com.jfrog.bintray' version '1.8.5'
125
id 'com.diffplug.spotless' version '6.25.0'
136
id 'io.codearte.nexus-staging' version '0.30.0'
147
id 'de.marcphilipp.nexus-publish' version '0.4.0'
@@ -33,7 +26,6 @@ ext {
3326

3427
apply {
3528
[
36-
'bintray',
3729
'jacoco',
3830
'java',
3931
'javadoc',

gradle/bintray/build.gradle

-20
This file was deleted.

0 commit comments

Comments
 (0)