Skip to content

Commit

Permalink
Remove obsolete VersionEye stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Oct 17, 2018
1 parent f438c36 commit fcc10ed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/MovingBlocks/Terasology.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MovingBlocks/Terasology/context:java)
[![License(code)](https://img.shields.io/badge/license(code)-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![License(art)](https://img.shields.io/badge/license(art)-CC%20BY%204.0-blue.svg)](http://creativecommons.org/licenses/by/4.0/)
[![Dependency Status](https://www.versioneye.com/user/projects/537612b214c1584e82000022/badge.svg)](https://www.versioneye.com/user/projects/537612b214c1584e82000022)
[![IRC Channel](https://img.shields.io/badge/irc-%23terasology-blue.svg "IRC Channel")](https://webchat.freenode.net/?channels=terasology)

Welcome!
Expand Down
5 changes: 0 additions & 5 deletions engine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
// The engine build is the primary Java project and has the primary list of dependencies

// Get the gradle versioneye plugin from the plugins.gradle.org repo
plugins {
id "org.standardout.versioneye" version "1.1.0"
}

// Grab all the common stuff like plugins to use, artifact repositories, code analysis config, etc
apply from: "$rootDir/config/gradle/artifactory.gradle"

Expand Down
3 changes: 0 additions & 3 deletions engine/gradle.properties

This file was deleted.

3 changes: 0 additions & 3 deletions templates/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ org.gradle.configureondemand=true
# certificateStorePass=
# certificateKeyPass=

# Version eye key
# versioneye.api_key=

# GitHub credentials for Index testing
# indexerUsername=
# indexerPassword=
Expand Down

0 comments on commit fcc10ed

Please sign in to comment.