Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDocsPath (0.22 sec)

  1. platforms/jvm/scala/src/integTest/groovy/org/gradle/scala/scaladoc/ScalaDocIntegrationTest.groovy

            // Occasionally there can be no other version of scala supported by this JDK
            Assume.assumeNotNull(otherVersion)
            return otherVersion
        }
    
        def getDocsPath() {
            return classes.isScala3() ? "build/docs/scaladoc/_empty_" : "build/docs/scaladoc"
        }
    
        def setup() {
            classes.scalaVersion = version.toString()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top