Skip to content

Commit

Permalink
removed bintray plugin (#114)
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 b1bfb76 commit c198d48
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 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 [#114](https://github.com/hyperledger/web3j-evm/pull/114)

### Features

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

plugins {
id 'java'
id 'maven-publish'
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 @@ -34,7 +27,6 @@ ext {

apply {
[
'bintray',
'jacoco',
'java',
'javadoc',
Expand Down Expand Up @@ -97,11 +89,6 @@ compileTestKotlin {
}
}

configurations.all {
resolutionStrategy {
//failOnVersionConflict()
}
}

tasks.named("spotlessKotlin").configure { dependsOn("compileKotlin", "spotlessJava", "spotlessGroovyGradle", "processTestResources") }
tasks.named("spotlessJava").configure { dependsOn("compileTestJava", "compileTestKotlin", "compileKotlin", "compileTestKotlin", "spotlessGroovyGradle", "processTestResources") }
Expand Down
20 changes: 0 additions & 20 deletions gradle/bintray/build.gradle

This file was deleted.

0 comments on commit c198d48

Please sign in to comment.