Many misc sector fixes

This commit is contained in:
Anuken
2024-09-06 15:07:54 -04:00
parent 5bff681096
commit ac8a38d98d
9 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ buildscript{
return "com.github.Anuken${localArc ? "" : ".Arc"}:$name:$arcHash"
}
}
repositories{
mavenLocal()
mavenCentral()
@@ -32,7 +32,7 @@ plugins{
allprojects{
apply plugin: 'maven-publish'
version = project.hasProperty("packageVersion") ? project.getProperty("packageVersion") : 'release'
group = 'com.github.Anuken'
@@ -220,7 +220,7 @@ configure(subprojects - project(":annotations")){
tasks.withType(Javadoc){
options{
addStringOption('Xdoclint:none', '-quiet')
addStringOption('-release', '16')
addStringOption('-release', '17')
encoding('UTF-8')
}
}
@@ -253,7 +253,7 @@ project(":core"){
kapt{
javacOptions{
option("-source", "16")
option("-source", "17")
option("-target", "1.8")
}
}