Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Apr 21, 2019
1 parent e1594e0 commit 581d78c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
image::media/gipsy-logo.png[]

image:https://img.shields.io/travis/aalmiray/{project-name}/master.svg?logo=travis["Build Status", link="https://travis-ci.org/aalmiray/{project-name}"]
image:https://img.shields.io/coveralls/aalmiray/{project-name}/master.svg["Coverage Status", link="https://coveralls.io/r/aalmiray/{project-name}"]
image:https://img.shields.io/:semver-{version}-blue.svg["Semantic Versioning", link="http://semver.org"]
image:https://img.shields.io/badge/license-ASF2-blue.svg?logo=apache["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"]
image:https://img.shields.io/maven-central/v/org.kordamp.gipsy/{project-name}.svg[Download, link="https://search.maven.org/#search|ga|1|{project-name}"]
Expand Down Expand Up @@ -72,7 +71,7 @@ Et voilà! There are no additional sources to be touched nor files to be created
Gipsy requires the following dependencies

- jipsy-{version}
- groovy-all-2.5.2
- groovy-all-2.5.6

Gipsy can be downloaded directly from https://bintray.com/aalmiray/kordamp/gipsy[Bintray] or configure it via Maven or Gradle.

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ plugins {
id 'java'
id 'org.kordamp.gradle.kordamp-parentpom' version '1.5.0'
id 'org.kordamp.gradle.build-scan' version '0.18.0'
id 'com.github.kt3k.coveralls' version '2.8.2'
}

buildScan {
Expand Down

0 comments on commit 581d78c

Please sign in to comment.