Skip to content

Commit

Permalink
Fix PKGS-1379 set plugin gradle tooling to compileOnly (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Lamberto Basti <[email protected]>
  • Loading branch information
fscarponi and lamba92 authored Feb 19, 2024
1 parent bb735c7 commit c0cefea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ intellij {
}

dependencies {
implementation(projects.plugin.gradle.tooling)
compileOnly(projects.plugin.gradle.tooling)
sourceElements(projects.plugin.gradle.tooling)
api(projects.plugin.core)
sourceElements(projects.plugin.core)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import com.jetbrains.packagesearch.plugin.gradle.GradleDependencyModel
import kotlin.coroutines.resume
import kotlin.coroutines.suspendCoroutine
import org.jetbrains.kotlin.psi.psiUtil.parents
import org.jetbrains.plugins.gradle.execution.build.CachedModuleDataFinder
import org.jetbrains.plugins.gradle.util.GradleConstants
import org.jetbrains.plugins.gradle.util.gradleIdentityPathOrNull

val Module.isGradleSourceSet: Boolean
get() {
Expand Down

0 comments on commit c0cefea

Please sign in to comment.