Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 1CrossVersionTest (0.11 sec)

  1. platforms/ide/tooling-api/readme.md

    # Cross Version Test
    
    ## Pitfalls
    
    ###  Executing Gradle Versions that don't support your current JVM
    
    This will result in e.g. 
    
        execution failed for task :tooling-api:gradle3.5.1CrossVersionTest'.
        > No tests found for given includes: [org.gradle.integtests.tooling.r81.LogLevelConfigCrossVersionSpec](--tests filter)`
    
    You can fix it by adding `-PtestJavaVersion=8` to the build.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 19 21:50:04 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top