Skip to content

Commit 5030e1c

Browse files
committed
README.md updated and improved
build.gradle plugins updated
1 parent 8ba73e8 commit 5030e1c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# java-etherscan-api
1+
# Java EtherScan API
22

3-
[![GitHub Action](https://github.com/goodforgod/java-etherscan-api/workflows/Java%20CI/badge.svg)](https://github.com/GoodforGod/dummymaker/actions?query=workflow%3A%22Java+CI%22)
4-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=coverage)](https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker)
5-
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker)
6-
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=ncloc)](https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker)
7-
[![Jitpack](https://jitpack.io/v/iSnow/java-etherscan-api.svg)](https://jitpack.io/#GoodforGod/java-etherscan-api)
3+
[![GitHub Action](https://github.com/goodforgod/java-etherscan-api/workflows/Java%20CI/badge.svg)](https://github.com/GoodforGod/java-etherscan-api/actions?query=workflow%3A%22Java+CI%22)
4+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=coverage)](https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api)
5+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api)
6+
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=ncloc)](https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api)
7+
[![](https://jitpack.io/v/GoodforGod/java-etherscan-api.svg)](https://jitpack.io/#GoodforGod/java-etherscan-api)
88

9-
[Etherscan](https://etherscan.io/apis) Java API implementation.
9+
[Etherscan.io](https://etherscan.io/apis) Java API implementation.
1010

11-
Library supports all available EtherScan *API* calls for all available *Ethereum Networks*.
11+
Library supports all available EtherScan *API* calls for all available *Ethereum Networks* for *etherscan.io*
1212

1313
## Dependency :rocket:
1414
**Maven**

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'java-library'
44
id 'maven-publish'
55

6-
id 'org.sonarqube' version '3.0'
7-
id 'com.diffplug.gradle.spotless' version '4.4.0'
6+
id 'org.sonarqube' version '3.1.1'
7+
id 'com.diffplug.spotless' version '5.11.0'
88
}
99

1010
repositories {

0 commit comments

Comments
 (0)