Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDebugShared (0.29 sec)

  1. platforms/native/language-native/src/testFixtures/groovy/org/gradle/language/LanguageTaskNames.groovy

                return ["${project}:stripSymbols${buildType}"]
            }
        }
    
        String getDebug() {
            DEBUG
        }
    
        String getRelease() {
            RELEASE
        }
    
        String getDebugShared() {
            return "${DEBUG}Shared"
        }
    
        /**
         * Returns the tasks for the project with the given path.
         */
        ProjectTasks tasks(String project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top