Drop LibAC Version to 1.8 for maximum class compatibility as a library
This commit is contained in:
parent
a5f943dc19
commit
f4b6f84167
1 changed files with 1 additions and 9 deletions
10
build.gradle
10
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 {
|
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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue