Skip to content

Commit

Permalink
Fix implicit dependency gradle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Jul 15, 2024
1 parent e028024 commit b4f9100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tdcommon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ spotless {
targetExclude('src/main/java/thredds/server/catalog/tracker/ConfigCatalogExtProto.java')
}
}

tasks.named('sourceJar').configure {
dependsOn('generateProto')
}

0 comments on commit b4f9100

Please sign in to comment.