Skip to content

Commit da922d2

Browse files
authored
2.x: Upgrade to Gradle 4.2, remove nebula, custom rls (#5633)
1 parent ea4d43a commit da922d2

34 files changed

+248
-129
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jdk:
1010

1111
# prevent travis running gradle assemble; let the build script do it anyway
1212
install: true
13-
13+
14+
# running in container causes test failures and 2x-3x longer build, use standalone instances
1415
sudo: required
15-
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
1616

1717
# script for build and release via Travis to Bintray
1818
script: gradle/buildViaTravis.sh

HEADER

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Copyright (c) 2016-present, RxJava Contributors.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
4+
compliance with the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is
9+
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
10+
the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)