Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import groovy.lang.Closure
import org.gradle.jvm.toolchain.internal.CurrentJvmToolchainSpec

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "2.0.20"
id("com.github.johnrengelman.shadow") version "7.1.0"
id("com.palantir.git-version") version "0.12.3"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Oct 01 14:08:02 EDT 2024
sdk.dir=/opt/android_sdk
5 changes: 3 additions & 2 deletions semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
// Until then, we use the fork from https://github.com/ZacSweers/kotlin-compile-testing instead.
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
testImplementation("dev.zacsweers.kctfork", "core", "0.5.1")

testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
Expand Down Expand Up @@ -169,6 +169,7 @@ tasks.test {
exceptionFormat = TestExceptionFormat.FULL
events("passed", "failed")
}
maxHeapSize = "2g"
}

subprojects {
Expand Down Expand Up @@ -210,7 +211,7 @@ subprojects {
"-P",
"plugin:semanticdb-kotlinc:sourceroot=${sourceroot}",
"-P",
"plugin:semanticdb-kotlinc:targetroot=${targetroot}"
"plugin:semanticdb-kotlinc:targetroot=${targetroot}",
)
}
}
Expand Down

This file was deleted.

Loading
Loading