Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for jvmTest (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/build.gradle.kts

            compileOnly(libs.bouncycastle.bctls)
    
            // graal build support
            compileOnly(libs.native.image.svm)
            compileOnly(libs.openjsse)
          }
        }
    
        val jvmTest by getting {
          dependencies {
            implementation(libs.assertk)
            implementation(libs.conscrypt.openjdk)
            implementation(libs.junit.jupiter.api)
            implementation(libs.junit.jupiter.engine)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Feb 04 22:16:39 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  2. .github/workflows/build.yml

              native-image-job-reports: true
    
          - name: Setup Gradle
            uses: gradle/actions/setup-gradle@v5
    
          - name: Run Checks
            run: ./gradlew check -PgraalBuild=true -x jvmTest -x test -x allTests -x java9Test
    
      jvm:
        permissions:
          checks: write # for mikepenz/action-junit-report
        runs-on: ubuntu-latest
        strategy:
          fail-fast: false
          matrix:
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 16:19:02 GMT 2026
    - 11.6K bytes
    - Click Count (0)
Back to Top