Skip to content

Commit

Permalink
Target MC 1.13 Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 30, 2022
1 parent 1f32b05 commit ba7554f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ repositories {
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}

def targetJavaVersion = 17
def targetJavaVersion = 11
java {
def javaVersion = JavaVersion.toVersion(targetJavaVersion)
sourceCompatibility = javaVersion
Expand Down

0 comments on commit ba7554f

Please sign in to comment.