Raise the minimum supported version of Gradle to 7.3

Closes gh-28100
This commit is contained in:
Andy Wilkinson
2021-09-22 09:17:45 +01:00
parent 4e884b27f8
commit 814c86c5e8
50 changed files with 277 additions and 558 deletions

View File

@@ -50,7 +50,7 @@ task syncTestRepository(type: Sync) {
task antRun(type: JavaExec) {
dependsOn syncTestRepository, configurations.antDependencies
classpath = configurations.antDependencies;
main = "org.apache.tools.ant.launch.Launcher"
mainClass = "org.apache.tools.ant.launch.Launcher"
systemProperties = [
"ant-spring-boot.version" : version,
"projectDir": project.layout.projectDirectory