add support for Minecraft 1.7+
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user