mirror of https://github.com/sbt/sbt.git
Split project and aggregate project-load
This commit is contained in:
parent
272afa9d73
commit
f967f6c1d7
|
|
@ -23,8 +23,9 @@ env:
|
|||
- SBT_CMD="scripted dependency-management/*2of4"
|
||||
- SBT_CMD="scripted dependency-management/*3of4"
|
||||
- SBT_CMD="scripted dependency-management/*4of4"
|
||||
- SBT_CMD="scripted java/* package/* reporter/* run/*"
|
||||
- SBT_CMD="scripted project/* project-load/*"
|
||||
- SBT_CMD="scripted java/* package/* reporter/* run/* project-load/*"
|
||||
- SBT_CMD="scripted project/*1of2"
|
||||
- SBT_CMD="scripted project/*2of2"
|
||||
- SBT_CMD="scripted source-dependencies/*"
|
||||
- SBT_CMD="scripted tests/*"
|
||||
- SBT_CMD="repoOverrideTest:scripted dependency-management/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue