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

Commit

Permalink
Reference issue #405/#403 in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Mar 8, 2015
1 parent a48c8a0 commit ec30a1a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions gradle/gradle/plugins.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@

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


//Not needed and breaks sonar
//include 'syncany'
// Including the 'syncany' project is not necessary, because it is included
// by rootProject.projectDir. See issue #403/#405

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

//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 ec30a1a

Please sign in to comment.