Skip to content

Commit b7c93f0

Browse files
Add implicit dependency
Signed-off-by: pgodithi <pgodithi@amazon.com>
1 parent 2402d78 commit b7c93f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildSrc/src/test/java/org/opensearch/gradle/pluginzip/PublishTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public void testZipPublish() throws IOException, XmlPullParserException {
5858
writeString(new File(projectDir, "settings.gradle"), "");
5959
// Generate the build.gradle file
6060
String buildFileContent = "apply plugin: 'maven-publish' \n"
61+
+ "apply plugin: 'java' \n"
6162
+ "publishing {\n"
6263
+ " repositories {\n"
6364
+ " maven {\n"

0 commit comments

Comments
 (0)