Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved the test temp directory inside the gradle build directory #1472

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 20, 2023

  1. Merge branch 'feature/buildImprovements' into feature/testJvmToolchains

    * feature/buildImprovements: (54 commits)
      Revert "Deleted unneeded workflows"
      Revert "Created a separate trigger workflow."
      Fixed integration-tests:test task caching
      Fixed gradle-plugin tests not being cacheable because of absolutePaths
      Fixed checkApi deprecation and absolute path
      Added back missing test dependencies
      Removed itellij plugin from root level build.gradle.kts
      Added gePoc&gePoc2 branches to fire the CI onDemand workflow on each push.
      Deleted unneeded workflows
      Created a separate trigger workflow.
      Added a workflow_dispatch trigger to the main GHA
      fix java array argument variance
      Fix mapping of TypeAliasDescriptor to KsTypeAlias
      fix type resolution scopes for nested local class.
      AA: add missing annotations on backing fileds into properties.
      workaround for classpath snapshot issue
      exclude resources from ktlint
      AA:add placeholder for Resolver.getPackageAnnotations Resolver.getPackagesWithAnnotation
      Add Resolver.getPackageAnnotations Resolver.getPackagesWithAnnotation api. These new APIs provides capability to inspect java package level annotations.
      CI: upload AA test reports
      ...
    
    # Conflicts:
    #	gradle.properties
    ribafish committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce82c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80701a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    33df5c2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'ksp/main' into feature/tmpDirInBuild

    * ksp/main:
      UPDATE_KOTLIN_VERSION: 1.9.20-dev-6963
      UPDATE_KOTLIN_VERSION: 1.9.20-dev-6963
      Allow auto-merge for AA commits
      Split kotlin versions for kotlin-analysis-api
      AA: replace kotlin-compiler with kotlin-compiler-for-ide
      Initial implementation of KSP 2 Gradle plugin
      Introduce KSPConfig and refactor KspAATest
      Fix dependencies
      Update CI for 1.0.13-release branch
      Examples: update to Gradle 8.2.1
      Examples: update to 1.9.0-1.0.12
      expand array for java default array values.
      fallback to resolved java type in case of type argument substitution failure
    
    # Conflicts:
    #	kotlin-analysis-api/build.gradle.kts
    ribafish committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ad1b566 View commit details
    Browse the repository at this point in the history