Skip to content

Commit

Permalink
Rename junit-engine-junit4 to junit4-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 24, 2015
1 parent 98b4aaa commit 0889054
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gradle
.gradle
/build
junit-*/build
junit*/build

# Ignore Gradle GUI config
gradle-app.setting
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ rootProject.name = "junit-lambda"

include "junit-core"
include "junit-engine"
include "junit-engine-junit4"
include "junit-interceptor"
include "junit-launch"
include "junit4-bridge"

0 comments on commit 0889054

Please sign in to comment.