mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Backport of #48849. Update `.editorconfig` to make the Java settings the default for all files, and then apply a 2-space indent to all `*.gradle` files. Then reformat all the files.
9 lines
155 B
Groovy
9 lines
155 B
Groovy
apply plugin: 'java'
|
|
|
|
jar {
|
|
archiveName = "${project.name}.jar"
|
|
manifest {
|
|
attributes 'Main-Class': 'org.elasticsearch.gradle.reaper.Reaper'
|
|
}
|
|
}
|