Drop LibAC Version to 1.8 for maximum class compatibility as a library

This commit is contained in:
zontreck 2024-03-15 00:12:10 -07:00
parent a5f943dc19
commit f4b6f84167

View file

@ -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 { plugins {
// Apply the java-library plugin for API and implementation separation. // Apply the java-library plugin for API and implementation separation.
id 'java-library' id 'java-library'
@ -20,7 +12,7 @@ archivesBaseName = "LibAC"
java { java {
toolchain.languageVersion = JavaLanguageVersion.of(17) toolchain.languageVersion = JavaLanguageVersion.of(8)
withSourcesJar() withSourcesJar()
withJavadocJar() withJavadocJar()
} }