Skip to content

Commit

Permalink
Temporarily redirect gradle run to helloWorld (opensearch-project#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <widdis@gmail.com>

Signed-off-by: Daniel Widdis <widdis@gmail.com>
  • Loading branch information
dbwiddis authored and kokibas committed Mar 17, 2023
1 parent 26f610d commit 2c30163
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ apply plugin: 'application'
apply from: 'gradle/formatting.gradle'
apply plugin: 'maven-publish'

mainClassName = 'org.opensearch.sdk.ExtensionsRunner'
// Temporary to keep "gradle run" working
// TODO: change this to an extension designed for testing instead of duplicating a sample
// https://github.com/opensearch-project/opensearch-sdk-java/issues/175
mainClassName = 'org.opensearch.sdk.sample.helloworld.HelloWorldExtension'


group 'org.opensearch.sdk'
version '1.0.0-SNAPSHOT'
Expand Down

0 comments on commit 2c30163

Please sign in to comment.