Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x: Migrate Gradle to Java Toolchain #7239

Conversation

benjamintboyle
Copy link
Contributor

@benjamintboyle benjamintboyle commented Apr 15, 2021

Use Java 8 as toolchain for Java tasks, instead of using JAVA_HOME and
removing need to cross-compile.

Use Java 8 as toolchain for Java tasks, instead of using JAVA_HOME and
removing need to cross-compile.
@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #7239 (40df0e3) into 3.x (5bb119b) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7239      +/-   ##
============================================
- Coverage     99.55%   99.54%   -0.02%     
  Complexity     6757     6757              
============================================
  Files           747      747              
  Lines         47391    47391              
  Branches       6382     6382              
============================================
- Hits          47181    47174       -7     
- Misses           96       98       +2     
- Partials        114      119       +5     
Impacted Files Coverage Δ Complexity Δ
.../operators/flowable/FlowableBlockingSubscribe.java 93.02% <0.00%> (-4.66%) 10.00% <0.00%> (-1.00%)
...l/operators/observable/ObservableFlatMapMaybe.java 91.54% <0.00%> (-3.53%) 2.00% <0.00%> (ø%)
.../operators/observable/ObservableFlatMapSingle.java 94.44% <0.00%> (-1.59%) 2.00% <0.00%> (ø%)
...3/internal/operators/flowable/FlowablePublish.java 99.00% <0.00%> (-1.00%) 17.00% <0.00%> (-1.00%)
...a/io/reactivex/rxjava3/subjects/ReplaySubject.java 99.16% <0.00%> (-0.42%) 49.00% <0.00%> (ø%)
...operators/flowable/FlowableConcatMapScheduler.java 99.20% <0.00%> (-0.40%) 4.00% <0.00%> (ø%)
...a3/internal/operators/flowable/FlowableCreate.java 99.02% <0.00%> (-0.33%) 6.00% <0.00%> (ø%)
...ternal/operators/observable/ObservableFlatMap.java 97.87% <0.00%> (+0.35%) 3.00% <0.00%> (ø%)
.../operators/observable/ObservableCombineLatest.java 100.00% <0.00%> (+0.61%) 6.00% <0.00%> (ø%)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 97.92% <0.00%> (+1.03%) 2.00% <0.00%> (ø%)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bb119b...40df0e3. Read the comment docs.

@benjamintboyle benjamintboyle deleted the migrate-gradle-java-toolchain branch May 5, 2021 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant