Skip to content

Commit

Permalink
Merge pull request #259 from gabilang/java17_migr
Browse files Browse the repository at this point in the history
Add required dependencies
  • Loading branch information
warunalakshitha authored Jul 4, 2023
2 parents dcc824e + 90d6f9b commit a440da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ task copyArtifactZip {
dependsOn(":architecture-model-generator:architecture-model-generator-ls-extension:build")
dependsOn(":graphql-model-generator:graphql-model-generator-core:build")
dependsOn(":graphql-model-generator:graphql-model-generator-ls-extension:build")
dependsOn(":generatePomFileForMavenJavaPublication")
inputs.dir file(project.rootDir)
doLast {
copy {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ballerinaGradlePluginVersion=2.0.0
checkStyleToolVersion=10.12.1
downloadPluginVersion=5.4.0
eclipseLsp4jVersion=0.12.0
gsonVersion=2.8.9
gsonVersion=2.10.1
puppycrawlCheckstyleVersion=10.12.1
releasePluginVersion=2.8.0
shadowJarPluginVersion=8.1.0
Expand Down

0 comments on commit a440da5

Please sign in to comment.