Skip to content

Commit b0c93f5

Browse files
committed
Updated gradle install paragraph
The dependency is not for compiling, because is already compiled. It has to be configured as provided in the gradle script.
1 parent 82664ac commit b0c93f5

12 files changed

+11
-138
lines changed

.nojekyll

Whitespace-only changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clime Tool for Java
22

3-
[![Build Status](https://travis-ci.org/malkomich/ClimeT.svg?branch=master)](https://travis-ci.org/malkomich/ClimeT)
3+
[![Build Status](https://travis-ci.org/malkomich/climet.svg?branch=master)](https://travis-ci.org/malkomich/climet)
44

55
## Overview
66

@@ -20,7 +20,7 @@ The weather data comes from external APIs, like [Open Weather Map](http://http:/
2020

2121
```
2222
dependencies {
23-
compile 'com.github.malkomich:ClimeT:1.0'
23+
provided 'com.github.malkomich:climet:1.0'
2424
}
2525
```
2626

@@ -36,7 +36,7 @@ The weather data comes from external APIs, like [Open Weather Map](http://http:/
3636
```
3737
<dependency>
3838
<groupId>com.github.malkomich</groupId>
39-
<artifactId>ClimeT</artifactId>
39+
<artifactId>climet</artifactId>
4040
<version>1.0</version>
4141
</dependency>
4242
```
@@ -48,7 +48,7 @@ The weather data comes from external APIs, like [Open Weather Map](http://http:/
4848
```
4949

5050
```
51-
libraryDependencies += "com.github.malkomich" % "ClimeT" % "1.0"
51+
libraryDependencies += "com.github.malkomich" % "climet" % "1.0"
5252
```
5353

5454

-23.4 KB
Binary file not shown.

org/malkomich/climet/1.0/climet-1.0.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

org/malkomich/climet/1.0/climet-1.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

org/malkomich/climet/1.0/climet-1.0.pom

Lines changed: 0 additions & 111 deletions
This file was deleted.

org/malkomich/climet/1.0/climet-1.0.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

org/malkomich/climet/1.0/climet-1.0.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

org/malkomich/climet/maven-metadata.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

org/malkomich/climet/maven-metadata.xml.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)