Skip to content

Commit

Permalink
Merge pull request #669 from ZacSweers/z/updateFinal
Browse files Browse the repository at this point in the history
Update to Kotlin 1.8.0 (+ KCT) final
  • Loading branch information
JoelWilcox authored Jan 3, 2023
2 parents 071b468 + 29bdefe commit 3fdaf27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs :
strategy :
fail-fast : false
matrix :
kotlin-version : [ 1.7.20, 1.8.0-RC ]
kotlin-version : [ 1.7.20, 1.8.0 ]

steps :
- uses : actions/checkout@v2
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs :
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}

- name : Publish Snapshots 1.8
run : ./gradlew clean publish --no-build-cache --no-daemon --stacktrace --no-parallel -Psquare.kotlinVersion=1.8.0-RC -PVERSION_NAME=2.4.4-1-8-0-RC-SNAPSHOT && cd gradle-plugin && ./gradlew clean publish --no-build-cache --no-daemon --stacktrace -Psquare.kotlinVersion=1.8.0-RC -PVERSION_NAME=2.4.4-1-8-0-RC-SNAPSHOT && cd ..
run : ./gradlew clean publish --no-build-cache --no-daemon --stacktrace --no-parallel -Psquare.kotlinVersion=1.8.0 -PVERSION_NAME=2.4.4-1-8-0-SNAPSHOT && cd gradle-plugin && ./gradlew clean publish --no-build-cache --no-daemon --stacktrace -Psquare.kotlinVersion=1.8.0 -PVERSION_NAME=2.4.4-1-8-0-SNAPSHOT && cd ..
env :
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand All @@ -195,7 +195,7 @@ jobs :
# solution.
fail-fast : false
matrix :
kotlin-version : [ 1.7.20, 1.8.0-RC ]
kotlin-version : [ 1.7.20, 1.8.0 ]
agp-version : [ 4.2.2, 7.0.4, 7.1.1, 7.2.0-beta01, 7.3.0-alpha01 ]

steps :
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs :
# solution.
fail-fast : false
matrix :
kotlin-version : [ 1.7.20, 1.8.0-RC ]
kotlin-version : [ 1.7.20, 1.8.0 ]

steps :
- uses : actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs :
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ''

- name : Publish Release 1.8
run : ./gradlew clean publish --no-build-cache --no-daemon --stacktrace --no-parallel -Psquare.kotlinVersion=1.8.0-RC -PVERSION_NAME=2.4.4-1-8-0-RC && cd gradle-plugin && ./gradlew clean publish --no-build-cache --no-daemon --stacktrace -Psquare.kotlinVersion=1.8.0-RC -PVERSION_NAME=2.4.4-1-8-0-RC && cd ..
run : ./gradlew clean publish --no-build-cache --no-daemon --stacktrace --no-parallel -Psquare.kotlinVersion=1.8.0 -PVERSION_NAME=2.4.4-1-8-0 && cd gradle-plugin && ./gradlew clean publish --no-build-cache --no-daemon --stacktrace -Psquare.kotlinVersion=1.8.0 -PVERSION_NAME=2.4.4-1-8-0 && cd ..
env :
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ext {
kotlin: [
annotation_processing_embeddable: "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlinVersion",
compile_testing: "com.github.tschuchortdev:kotlin-compile-testing:1.4.9",
compile_testing_preview: "dev.zacsweers.kctfork:core:0.1.0-1.8.0-Beta01",
compile_testing_preview: "dev.zacsweers.kctfork:core:0.2.0",
compiler: "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlinVersion",
dokka: "org.jetbrains.dokka:dokka-gradle-plugin:1.7.10",
gradle_plugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion",
Expand Down

0 comments on commit 3fdaf27

Please sign in to comment.