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'