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.17'
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(16) // Need this here so eclipse task generates correctly.
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')

View File

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.18.2'
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')

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')

View File

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.19.3'
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')

View File

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.19.4'
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')

View File

@ -6,6 +6,8 @@ eclipse {
description = 'bukkit-helper-1.19'
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')

View File

@ -1,5 +1,5 @@
#
#Tue May 09 18:29:40 CDT 2023
#Wed May 10 08:52:08 CDT 2023
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8