Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Plugins settings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHug committed Mar 8, 2015
1 parent ade3f38 commit a48c8a0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions gradle/gradle/plugins.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@

rootProject.projectDir = file('../../../core')

include 'syncany'

//Not needed and breaks sonar
//include 'syncany'

include 'syncany-lib'
include 'syncany-cli'
include 'syncany-util'

project(':syncany').projectDir = file('../../../core')
//Not needed and breaks sonar
//project(':syncany').projectDir = file('../../../core')

project(':syncany-lib').projectDir = file('../../../core/syncany-lib')
project(':syncany-cli').projectDir = file('../../../core/syncany-cli')
project(':syncany-util').projectDir = file('../../../core/syncany-util')
Expand Down

0 comments on commit a48c8a0

Please sign in to comment.