Skip to content

Commit

Permalink
Added symlinks to the gradle.properties for included builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Sep 24, 2024
1 parent a339fa1 commit be31e6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions compiler-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import util.*

val isGradlePlugin = project.properties["kotlinx.rpc.gradle.plugin"] == "true"
val isGradlePlugin = project.name == "gradle-plugin"
val publishingExtension = project.extensions.findByType<PublishingExtension>()
val globalRootDir: String by extra

Expand Down
5 changes: 0 additions & 5 deletions gradle-plugin/gradle.properties

This file was deleted.

1 change: 1 addition & 0 deletions gradle-plugin/gradle.properties
1 change: 1 addition & 0 deletions ksp-plugin/gradle.properties

0 comments on commit be31e6e

Please sign in to comment.