fixed build script

This commit is contained in:
Mariotaku Lee 2017-09-05 19:08:23 +08:00
parent 6ece3f048c
commit ba102eceef
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ before_install:
install:
- ./travis/scripts/fetch_private_files.sh
- cat ./travis/configs/gradle.properties >> ./gradle.properties
- cat ./travis/configs/gradle.properties > ./gradle.properties
before_script:
# Validate if patches work

View File

@ -15,6 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
org.gradle.jvmargs=-Xmx3584m
org.gradle.parallel=false
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process