Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
3 changes: 0 additions & 3 deletions eosiojava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down