Skip to content

Commit

Permalink
Updated the Java main class package name to org.opensearch.
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Aug 16, 2022
1 parent 782c6eb commit c21df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jar {
manifest {
attributes('Implementation-Title': project.name,
'Implementation-Version': project.version,
'Main-Class': 'com.amazon.dataprepper.DataPrepperExecute')
'Main-Class': 'org.opensearch.dataprepper.DataPrepperExecute')
}
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
Expand Down

0 comments on commit c21df8e

Please sign in to comment.