Skip to content

Commit

Permalink
Rename junit-launch to junit-launcher for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 27, 2015
1 parent 6f57d25 commit 8052657
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ gradlew clean install

- **Group ID**: `org.junit`
- **Version**: `5.0.0.BUILD-SNAPSHOT`
- **Artifact IDs**: `junit-core`, `junit-engine`, `junit-interceptor`, `junit-launch`, `junit4-bridge`
- **Artifact IDs**: `junit-core`, `junit-engine`, `junit-interceptor`, `junit-launcher`, `junit4-bridge`


## Contributing
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -3,6 +3,6 @@ rootProject.name = "junit-lambda"
include "junit-core"
include "junit-engine"
include "junit-interceptor"
include "junit-launch"
include "junit-launcher"
include "junit4-bridge"
include "open-test-alliance"

0 comments on commit 8052657

Please sign in to comment.