From 5dc9b9568c0d74e4618e349bb343c217e987bc8d Mon Sep 17 00:00:00 2001 From: William Blevins Date: Fri, 2 Jul 2021 10:39:15 -0400 Subject: [PATCH] Remove references to Bintray which is dead 07/04/2021. --- README.md | 2 +- eosiojava/build.gradle | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 86bf223..ed64a7d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ packagingOptions { } ``` -The `build.gradle` files for the project currently include configurations for publishing the project to Artifactory and Bintray. These should be removed if you are not planning to use Artifactory and Bintray or you will encounter build errors. To do so, make the changes marked by comments throughout the files. +The `build.gradle` files for the project currently include configurations for publishing the project to Artifactory. These should be removed if you are not planning to use Artifactory or you will encounter build errors. To do so, make the changes marked by comments throughout the files. Then refresh your gradle project. Then you're all set for the [Basic Usage](#basic-usage) example! diff --git a/eosiojava/build.gradle b/eosiojava/build.gradle index 4092474..91659e4 100644 --- a/eosiojava/build.gradle +++ b/eosiojava/build.gradle @@ -3,10 +3,7 @@ plugins { id 'java-library' //Remove 'com.jfrog.artifactory' plugin if you are not using Artifactory id 'com.jfrog.artifactory' version '4.9.5' - //Remove 'com.jfrog.bintray' plugin if you are not using Bintray - id 'com.jfrog.bintray' version '1.7.3' id 'maven-publish' - } group 'one.block'