We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aee6f commit fd63229Copy full SHA for fd63229
CHANGELOG.md
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
7
8
### Bug Fixes
9
10
-*
+* Removed jfrog bintray plugin [#85](https://github.com/hyperledger/web3j-unit/pull/85)
11
12
### Features
13
build.gradle
@@ -1,14 +1,7 @@
1
-buildscript{
2
- repositories{
3
- jcenter()
4
- }
5
-}
6
-
plugins {
id 'java'
id 'idea'
id 'jacoco'
- id 'com.jfrog.bintray' version '1.8.5'
id 'com.diffplug.spotless' version '6.25.0'
id 'io.codearte.nexus-staging' version '0.30.0'
14
id 'de.marcphilipp.nexus-publish' version '0.4.0'
@@ -33,7 +26,6 @@ ext {
33
26
34
27
apply {
35
28
[
36
- 'bintray',
37
29
'jacoco',
38
30
'java',
39
31
'javadoc',
gradle/bintray/build.gradle
0 commit comments