This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/vivid-ui-set in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 84f62e49157457bffd6cd0ae42b05e4793f78751 Author: Alex Harui <[email protected]> AuthorDate: Sun Feb 25 23:02:03 2018 -0800 try to deal with build failures --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2df32e8..772fc76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,7 +78,7 @@ node('windows-2012-1') { dir('typedefs') { echo 'Building Royale Typedefs' - bat "mvn -U clean ${mavenGoal} ${mavenLocalRepo} -s C:\\.m2\\settings.xml -P apache-snapshots-enabled -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3c9041a9,3872fc1e" + bat "mvn -U clean ${mavenGoal} ${mavenLocalRepo} -s C:\\.m2\\settings.xml -P apache-snapshots-enabled -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3c9041a9,3872fc1e" -Dhttps.protocols=TLSv1.2 } stage 'Build Royale Framework' -- To stop receiving notification emails like this one, please contact [email protected].
