mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update settings.gradle
This commit is contained in:
parent
489cefa791
commit
bbbd7a0682
@ -4,4 +4,12 @@ plugins {
|
|||||||
}
|
}
|
||||||
rootProject.name = 'Stirling PDF'
|
rootProject.name = 'Stirling PDF'
|
||||||
|
|
||||||
|
// Define which subprojects exist.
|
||||||
|
// The first entry corresponds to the 'stirling-pdf' directory but is internally aliased as ':stirling-pdf':
|
||||||
include 'stirling-pdf', 'common', 'proprietary'
|
include 'stirling-pdf', 'common', 'proprietary'
|
||||||
|
|
||||||
|
// To let Gradle know where the ':stirling-pdf' module actually resides and to avoid case conflicts,
|
||||||
|
// we explicitly map the alias to the folder:
|
||||||
|
project(':stirling-pdf').projectDir = file('core')
|
||||||
|
project(':common' ).projectDir = file('common')
|
||||||
|
project(':proprietary' ).projectDir = file('proprietary')
|
||||||
|
Loading…
Reference in New Issue
Block a user