Skip to content

Commit

Permalink
[Build] Fix JPS import after 116e795
Browse files Browse the repository at this point in the history
  • Loading branch information
demiurg906 authored and qodana-bot committed Aug 19, 2024
1 parent 053fc19 commit acec248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/tools/kotlin-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ tasks {
}
}
GradlePluginVariant.values().forEach { variant ->
if (kotlinBuildProperties.isInJpsBuildIdeaSync) return@forEach
val sourceSet = sourceSets.getByName(variant.sourceSetName)
val taskSuffix = sourceSet.jarTaskName.capitalize()
val shadowJarTaskName = "$EMBEDDABLE_COMPILER_TASK_NAME$taskSuffix"
Expand Down

0 comments on commit acec248

Please sign in to comment.