mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 07:12:45 +01:00
Fix rootProject.dir
This commit is contained in:
parent
a54cef1822
commit
b1efa8aa8e
@ -1,6 +1,6 @@
|
||||
def os = org.gradle.internal.os.OperatingSystem.current()
|
||||
rootProject.name = 'Poco'
|
||||
rootProject.dir = '..'
|
||||
rootProject.dir = new File('../')
|
||||
|
||||
include 'CppUnit'
|
||||
include 'Encodings'
|
||||
|
Loading…
x
Reference in New Issue
Block a user