Update build.gradle

This commit is contained in:
Bhaskara Ram 2021-12-29 19:50:57 +05:30 committed by Ryan Kurtz
parent 8e98b28cc4
commit e077f51b99

View file

@ -19,7 +19,7 @@ eclipse.project.name = '_JsonDoclet'
apply plugin: 'java-library'
dependencies {
api "com.google.code.gson:gson@2.8.9"
api "com.google.code.gson:gson:2.8.9"
}
rootProject.createJsondocs.dependsOn jar