Skip to content

Commit be31e6e

Browse files
committed
Added symlinks to the gradle.properties for included builds
1 parent a339fa1 commit be31e6e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

compiler-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gradle.properties

gradle-conventions/src/main/kotlin/conventions-publishing.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import util.*
66

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

gradle-plugin/gradle.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

gradle-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gradle.properties

ksp-plugin/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../gradle.properties

0 commit comments

Comments
 (0)