Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/language-groovy/src/testFixtures/groovy/org/gradle/testing/fixture/GroovyCoverage.groovy

        /**
         * The current Groovy version if stable, otherwise the latest stable version before the current version.
         */
        static final String CURRENT_STABLE
    
        static {
            SUPPORTED_BY_JDK = groovyVersionsSupportedByJdk(JavaVersion.current())
            SUPPORTS_GROOVYDOC = VersionCoverage.versionsAtLeast(SUPPORTED_BY_JDK, "1.6.9")
            // Indy compilation doesn't work in 2.2.2 and before
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top