Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/ksp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0-1.0.9
Choose a base ref
...
head repository: google/ksp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.10-1.0.9
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 27, 2023

  1. set release branch to 1.0.10-release

    (cherry picked from commit 84b4a75)
    neetopia authored and KSP Auto Pick committed Jan 27, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    5e363d2 View commit details

Commits on Feb 2, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    a30aa42 View commit details
Showing with 6 additions and 6 deletions.
  1. +1 −1 .github/workflows/auto-merge.yml
  2. +2 −2 .github/workflows/main.yml
  3. +1 −1 .github/workflows/nightly.yml
  4. +2 −2 gradle.properties
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 1.0.9-release
ref: 1.0.10-release

- name: merge commits from main to release branch
run: |
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ name: CI

on:
push:
branches: [ main, 1.0.8-release, 1.0.9-release ]
branches: [ main, 1.0.10-release, 1.0.9-release ]
pull_request:
branches: [ main, 1.0.8-release, 1.0.9-release ]
branches: [ main, 1.0.10-release, 1.0.9-release ]

jobs:
build-and-test:
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, 1.0.9-release, 1.0.8-release ]
branch: [ main, 1.0.9-release, 1.0.10-release ]
runs-on: windows-latest
steps:
- name: configure Pagefile
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copied from kotlinc
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8

kotlinBaseVersion=1.8.0
kotlinBaseVersion=1.8.10
agpBaseVersion=7.0.0
intellijVersion=203.8084.24
junitVersion=4.12
googleTruthVersion=1.1
compilerTestEnabled=false

kotlin.jvm.target.validation.mode=warning
kotlin.jvm.target.validation.mode=warning