Switched from maven to gradle 7.4.2 build tool.

This commit is contained in:
2022-04-18 11:41:02 +03:00
parent 93b6b357c1
commit 45f0b494b3
10 changed files with 462 additions and 211 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Other:
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:3.0.0-SNAPSHOT')
implementation 'com.github.prominence:openweathermap-api:3.0.0-SNAPSHOT'
```
### How to use: