New J2K: Add newSrc source root for J2K
This commit is contained in:
committed by
Ilya Kirillov
parent
1fd5738a60
commit
f2595e58e5
@@ -59,7 +59,10 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" {
|
||||||
|
projectDefault()
|
||||||
|
java.srcDir("newSrc")
|
||||||
|
}
|
||||||
"test" { projectDefault() }
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user