mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-03 01:57:40 +01:00
fixed build script
This commit is contained in:
parent
6ece3f048c
commit
ba102eceef
@ -49,7 +49,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ./travis/scripts/fetch_private_files.sh
|
- ./travis/scripts/fetch_private_files.sh
|
||||||
- cat ./travis/configs/gradle.properties >> ./gradle.properties
|
- cat ./travis/configs/gradle.properties > ./gradle.properties
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Validate if patches work
|
# Validate if patches work
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
org.gradle.jvmargs=-Xmx3584m
|
||||||
org.gradle.parallel=false
|
org.gradle.parallel=false
|
||||||
kotlin.incremental=false
|
kotlin.incremental=false
|
||||||
kotlin.compiler.execution.strategy=in-process
|
kotlin.compiler.execution.strategy=in-process
|
Loading…
x
Reference in New Issue
Block a user