File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed
joda-time-joda-time/joda-time-joda-time
org.joda-joda-convert/org.joda-joda-convert Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1212 - TEST_DIR=org.joda-joda-primitives
1313 - TEST_DIR=org.apache.commons-commons-lang3
1414
15- matrix :
16- allow_failures :
17- # Blocked on https://github.com/JodaOrg/joda-convert/issues/7
18- - env : TEST_DIR=org.joda-joda-convert
19- # Blocked on https://github.com/JodaOrg/joda-convert/issues/7
20- - env : TEST_DIR=joda-time-joda-time
15+ # Uncomment to add a library that should fail to build, along with documentation on why.
16+ # matrix:
17+ # allow_failures:
18+ # # Blocked on (github issue url)
19+ # - env: TEST_DIR=com.example-library
2120
2221branches :
2322 only :
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This is a subproject of [j2objc-gradle](https://github.com/j2objc-gradle)
66and [ maintained by some of the same people] ( NOTICE ) . Like j2objc-gradle, this project is not affiliated
77with Google.
88
9+ The build status of various libraries can be found
10+ [ here] ( https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test ) .
11+ Each library is configured in [ libraryBuilds] ( libraryBuilds ) .
12+
913[ ![ Build Status] ( https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test.svg?branch=master )] ( https://travis-ci.org/j2objc-contrib/j2objc-common-libs-e2e-test )
1014
1115** Goals**
Original file line number Diff line number Diff line change 1515 */
1616
1717dependencies {
18- compile project(' :org.joda-joda-convert' )
1918 j2objcTranslation ' joda-time:joda-time:2.8.2:sources'
19+ compile project(' :org.joda-joda-convert' )
20+ compile ' com.google.guava:guava:18.0'
2021}
2122
2223j2objcConfig {
Original file line number Diff line number Diff line change 1515 */
1616
1717dependencies {
18- j2objcTranslation ' org.joda:joda-convert:1.7:sources'
18+ j2objcTranslation ' org.joda:joda-convert:1.8:sources'
19+ compile ' com.google.guava:guava:18.0'
1920}
2021
2122j2objcConfig {
23+ autoConfigureDeps true
24+
2225 // No tests in the sources.jar.
2326 testMinExpectedTests 0
2427 finalConfigure()
You can’t perform that action at this time.
0 commit comments