mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-28 22:07:39 +00:00
TMP: temporary local gradle changes
This commit is contained in:
@@ -42,7 +42,7 @@ android {
|
||||
|
||||
// suffix the app id and the app name with git branch name
|
||||
def workingBranch = getGitWorkingBranch()
|
||||
def normalizedWorkingBranch = workingBranch.replaceFirst("^[^A-Za-z]+", "").replaceAll("[^0-9A-Za-z]+", "")
|
||||
def normalizedWorkingBranch = ""
|
||||
if (normalizedWorkingBranch.isEmpty() || workingBranch == "master" || workingBranch == "dev") {
|
||||
// default values when branch name could not be determined or is master or dev
|
||||
applicationIdSuffix ".debug"
|
||||
@@ -168,7 +168,8 @@ afterEvaluate {
|
||||
if (!System.properties.containsKey('skipFormatKtlint')) {
|
||||
preDebugBuild.dependsOn formatKtlint
|
||||
}
|
||||
preDebugBuild.dependsOn runCheckstyle, runKtlint, checkDependenciesOrder
|
||||
// preDebugBuild.dependsOn runCheckstyle,
|
||||
preDebugBuild.dependsOn runKtlint, checkDependenciesOrder
|
||||
}
|
||||
|
||||
sonar {
|
||||
|
||||
Reference in New Issue
Block a user