Update to Gradle 8.6
Closes gh-1535
This commit is contained in:
committed by
Joe Grandja
parent
2004ba10e2
commit
a05d89d3c6
@@ -7,7 +7,10 @@ plugins {
|
||||
|
||||
group = project.rootProject.group
|
||||
version = project.rootProject.version
|
||||
sourceCompatibility = "17"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
antora {
|
||||
playbook = "cached-antora-playbook.yml"
|
||||
|
||||
Reference in New Issue
Block a user