mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
8 lines
125 B
Groovy
8 lines
125 B
Groovy
|
apply plugin: 'java'
|
||
|
|
||
|
jar {
|
||
|
manifest {
|
||
|
attributes 'Main-Class': 'org.elasticsearch.gradle.reaper.Reaper'
|
||
|
}
|
||
|
}
|