Skip to content

Commit

Permalink
Rename junit4-launcher-runner to junit4-runner
Browse files Browse the repository at this point in the history
Issue: #55

------------------------------------------------------------------------
On behalf of the community, the JUnit Lambda Team thanks msg systems ag
(http://www.msg-systems.com) for supporting the JUnit crowdfunding
campaign!
------------------------------------------------------------------------
  • Loading branch information
sbrannen committed Jan 5, 2016
1 parent 9c0a0c5 commit f9aa96f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion documentation/build.gradle
Expand Up @@ -9,8 +9,8 @@ dependencies {
compile(project(':junit-console'))
compile(project(':junit-engine-api'))
compile(project(':junit-launcher'))
compile(project(':junit4-launcher-runner'))
compile(project(':junit4-engine'))
compile(project(':junit4-runner'))
compile(project(':junit5-api'))
compile(project(':junit5-engine'))
}
Expand Down
2 changes: 1 addition & 1 deletion junit-tests/build.gradle
Expand Up @@ -22,8 +22,8 @@ def testedProjects = [
project(':junit-console'),
project(':junit-engine-api'),
project(':junit-launcher'),
project(':junit4-launcher-runner'),
project(':junit4-engine'),
project(':junit4-runner'),
project(':junit5-api'),
project(':junit5-engine')
]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sample-extension/build.gradle
Expand Up @@ -4,7 +4,7 @@ test.enabled = false
dependencies {
compile(project(':junit5-api'))
compile "org.mockito:mockito-core:1.+"
testCompile(project(':junit4-launcher-runner'))
testCompile(project(':junit4-runner'))
testRuntime(project(':junit5-engine'))
testRuntime("org.apache.logging.log4j:log4j-core:${log4JVersion}")
testRuntime("org.apache.logging.log4j:log4j-jul:${log4JVersion}")
Expand Down
2 changes: 1 addition & 1 deletion sample-project/build.gradle
Expand Up @@ -7,7 +7,7 @@ dependencies {
testCompile(project(':sample-extension'))
testCompile(project(':junit5-api'))
testCompile("junit:junit:${junit4Version}")
testCompile(project(':junit4-launcher-runner'))
testCompile(project(':junit4-runner'))
testRuntime(project(':junit5-engine'))
testRuntime(project(':junit4-engine'))
}
Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Expand Up @@ -4,13 +4,13 @@ include "documentation"
include "junit-commons"
include "junit-console"
include "junit-engine-api"
include "junit-gradle"
include "junit-launcher"
include "junit4-launcher-runner"
include "junit-tests"
include "junit4-engine"
include "junit4-runner"
include "junit5-api"
include "junit5-engine"
include "junit-gradle"
include "junit-tests"

include "sample-extension"
include "sample-project"
Expand Down

0 comments on commit f9aa96f

Please sign in to comment.