mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-23 13:30:17 +01:00
fixed build script
This commit is contained in:
parent
6ece3f048c
commit
ba102eceef
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user