Skip to content

Commit

Permalink
removed bintray plugin (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <nischal@web3labs.com>
  • Loading branch information
NickSneo authored Sep 18, 2024
1 parent 78aee6f commit fd63229
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

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

### Features

Expand Down
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
buildscript{
repositories{
jcenter()
}
}

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'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
Expand All @@ -33,7 +26,6 @@ ext {

apply {
[
'bintray',
'jacoco',
'java',
'javadoc',
Expand Down
20 changes: 0 additions & 20 deletions gradle/bintray/build.gradle

This file was deleted.

0 comments on commit fd63229

Please sign in to comment.