forked from twitter/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update junit runner to 1.0.15 to get java 7 compatibility
The junit-runner 1.0.15 jar should now be java 7 compatible. Also set the platform of the scala and javac tool to java7 for the next time those are published. Testing Done: Build green at https://travis-ci.org/pantsbuild/pants/builds/168588698 Also tested this jar in our Java repo under Java 7 and it works. Bugs closed: 3986 Reviewed at https://rbcommons.com/s/twitter/r/4324/
- Loading branch information
1 parent
76f221e
commit 2573d41
Showing
6 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ scala_library( | |
], | ||
sources=globs('*.scala'), | ||
strict_deps=True, | ||
platform='java7', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ scala_library( | |
], | ||
sources=globs('*.scala'), | ||
strict_deps=True, | ||
platform='java7', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ scala_library( | |
], | ||
sources=globs('*.scala'), | ||
strict_deps=True, | ||
platform='java7', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters