add support for Minecraft 1.7+

This commit is contained in:
Jack Fitch
2022-10-28 15:46:02 -04:00
parent 8954e93310
commit 6558d82f5c
3 changed files with 16 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = 'io.github.Jack1424'
version = '1.1.2'
version = '1.2.0'
repositories {
mavenCentral()
@@ -20,14 +20,14 @@ repositories {
dependencies {
implementation("org.bstats:bstats-bukkit:3.0.0")
compileOnly 'io.papermc.paper:paper-api:1.19.2-R0.1-SNAPSHOT'
implementation("org.bukkit:bukkit:1.13-R0.1-SNAPSHOT")
}
shadowJar {
relocate('org.bstats', 'io.github.jack1424.realtimeweather')
}
def targetJavaVersion = 17
def targetJavaVersion = 11
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion