mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Added dependsOn().
This commit is contained in:
parent
3476a9b0c6
commit
0bdc071dcf
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ open class Project(
|
||||||
val testProvidedDependencies : ArrayList<IClasspathDependency> = arrayListOf()
|
val testProvidedDependencies : ArrayList<IClasspathDependency> = arrayListOf()
|
||||||
|
|
||||||
fun testsDependOn(vararg projects: Project) = testsDependOn.addAll(projects)
|
fun testsDependOn(vararg projects: Project) = testsDependOn.addAll(projects)
|
||||||
|
fun dependsOn(vararg projects: Project) = dependsOn.addAll(projects)
|
||||||
|
|
||||||
/** Used to disambiguate various name properties */
|
/** Used to disambiguate various name properties */
|
||||||
@Directive
|
@Directive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue