Minor deployment script fixes
This commit is contained in:
@@ -341,10 +341,10 @@ project(":core"){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
def changelogs = file("../fastlane/metadata/android/en-US/changelogs/")
|
def changelogs = file("../fastlane/metadata/android/en-US/changelogs/")
|
||||||
|
changelogs.mkdirs()
|
||||||
try{
|
try{
|
||||||
new File(changelogs, androidVersion + ".txt").text = (result)
|
new File(changelogs, androidVersion + ".txt").text = (result)
|
||||||
}catch(Exception e){
|
}catch(Exception ignored){
|
||||||
e.printStackTrace()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ public class PowerNode extends PowerBlock{
|
|||||||
@Override
|
@Override
|
||||||
public void dropped(){
|
public void dropped(){
|
||||||
power.links.clear();
|
power.links.clear();
|
||||||
|
updatePowerGraph();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -126,6 +126,7 @@ platforms.each{ platform ->
|
|||||||
}
|
}
|
||||||
|
|
||||||
args += "Dhttps.protocols=TLSv1.2,TLSv1.1,TLSv1"
|
args += "Dhttps.protocols=TLSv1.2,TLSv1.1,TLSv1"
|
||||||
|
args += "XX:+ShowCodeDetailsInExceptionMessages"
|
||||||
|
|
||||||
exec{
|
exec{
|
||||||
commandLine args.toList()
|
commandLine args.toList()
|
||||||
|
|||||||
Reference in New Issue
Block a user