switch to regular api calls

This commit is contained in:
Jack Fitch
2022-10-21 23:06:17 -04:00
parent 9b3515633b
commit 5df2b3833b
2 changed files with 47 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}
group = 'io.github.Jack1424'
@@ -20,7 +19,6 @@ repositories {
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT'
implementation 'com.github.prominence:openweathermap-api:2.3.0'
}
def targetJavaVersion = 17