Skip to content

Commit

Permalink
Hotfix for CodeQl build
Browse files Browse the repository at this point in the history
### What's done:
- added manual build with mvn
  • Loading branch information
orchestr7 committed Jul 6, 2022
1 parent c141eae commit b061051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
repositories {
flatDir {
// to use snapshot diktat without necessary installing
dirs("../diktat-rules/target")
dirs("../diktat-common/target")
content {
includeGroup("org.cqfn.diktat")
}
Expand Down

0 comments on commit b061051

Please sign in to comment.