diff --git a/build.gradle b/build.gradle index ef92a61..2939928 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,3 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Java library project to get you started. - * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle - * User Manual available at https://docs.gradle.org/8.0.2/userguide/building_java_projects.html - */ - plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' @@ -20,7 +12,7 @@ archivesBaseName = "LibAC" java { - toolchain.languageVersion = JavaLanguageVersion.of(17) + toolchain.languageVersion = JavaLanguageVersion.of(8) withSourcesJar() withJavadocJar() }