1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Remove build dependency on Android SDK

This commit is contained in:
Paul Schaub 2021-06-03 23:24:30 +02:00
parent cc87bf5111
commit e0cb1cff3b
2 changed files with 2 additions and 26 deletions

View file

@ -1,8 +1,5 @@
language: android
language: java
dist: trusty
android:
components:
- android-10
jdk:
- openjdk8
- openjdk11
@ -13,7 +10,6 @@ before_cache:
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.android/build-cache
- $HOME/.m2
before_install: