5 lines
90 B
Groovy
Executable File
5 lines
90 B
Groovy
Executable File
include ':sample'
|
|
|
|
include 'library'
|
|
project(':library').projectDir = new File('library')
|