Skip to content

Commit c198d48

Browse files
authored
removed bintray plugin (#114)
Signed-off-by: Nischal Sharma <[email protected]>
1 parent b1bfb76 commit c198d48

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
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 [#114](https://github.com/hyperledger/web3j-evm/pull/114)
1111

1212
### Features
1313

build.gradle

-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
buildscript {
2-
repositories {
3-
jcenter()
4-
}
5-
}
6-
71
plugins {
82
id 'java'
93
id 'maven-publish'
104
id 'idea'
115
id 'jacoco'
12-
id 'com.jfrog.bintray' version '1.8.5'
136
id 'com.diffplug.spotless' version '6.25.0'
147
id 'io.codearte.nexus-staging' version '0.30.0'
158
id 'de.marcphilipp.nexus-publish' version '0.4.0'
@@ -34,7 +27,6 @@ ext {
3427

3528
apply {
3629
[
37-
'bintray',
3830
'jacoco',
3931
'java',
4032
'javadoc',
@@ -97,11 +89,6 @@ compileTestKotlin {
9789
}
9890
}
9991

100-
configurations.all {
101-
resolutionStrategy {
102-
//failOnVersionConflict()
103-
}
104-
}
10592

10693
tasks.named("spotlessKotlin").configure { dependsOn("compileKotlin", "spotlessJava", "spotlessGroovyGradle", "processTestResources") }
10794
tasks.named("spotlessJava").configure { dependsOn("compileTestJava", "compileTestKotlin", "compileKotlin", "compileTestKotlin", "spotlessGroovyGradle", "processTestResources") }

gradle/bintray/build.gradle

-20
This file was deleted.

0 commit comments

Comments
 (0)