Skip to content

Commit

Permalink
Fix windows build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
  • Loading branch information
arjunkumargiri committed Dec 15, 2023
1 parent f5e5d02 commit dce5c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public class AgentTool extends AbstractTool {

private String agentId;

private static String DEFAULT_DESCRIPTION = "Use this tool to run any agent.";
@VisibleForTesting
static String DEFAULT_DESCRIPTION = "Use this tool to run any agent.";

public AgentTool(Client client, String agentId) {
super(TYPE, DEFAULT_DESCRIPTION);
Expand Down
1 change: 1 addition & 0 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ configurations.all {
shadowJar {
archiveClassifier = null
}
jar.enabled = false

test {
doFirst {
Expand Down

0 comments on commit dce5c5a

Please sign in to comment.