Update java version

This commit is contained in:
Michael Primm 2023-05-10 08:52:53 -05:00
parent 7bcce9c7e0
commit 2456c36649
7 changed files with 13 additions and 1 deletions

View file

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.18'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')