Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myCustomGradleExe (0.27 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioFileCustomizationIntegrationTest.groovy

    tasks.withType(GenerateProjectFileTask) {
        it.gradleExe "myCustomGradleExe"
        it.gradleArgs "--configure-on-demand --another"
    }
    """
            and:
            run "visualStudio"
    
            then:
            final projectFile = projectFile("mainExe.vcxproj")
            projectFile.projectConfigurations.values().each {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top