Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit d013fee

Browse files
committed
extra.gradle.kts 位置迁移
1 parent 88cdce7 commit d013fee

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
}
44

5-
apply("extra.gradle.kts")
5+
apply("../gradle/extra.gradle.kts")
66

77
dependencies {
88
implementation(rootProject.extra["androidGradlePlugin"].toString())

buildSrc/src/main/kotlin/ProjectExtensions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val apiHosts = mapOf(
4040
// app
4141
const val appPackageName = "io.goooler.demoapp"
4242
const val appName = "Demo"
43-
const val extraScriptPath = "buildSrc/extra.gradle.kts"
43+
const val extraScriptPath = "gradle/extra.gradle.kts"
4444

4545
val gitCommitCount: String get() = "git describe --tags".exec()
4646
val gitCommitDescribe: Int get() = "git rev-list HEAD --count".exec().toInt()
File renamed without changes.

0 commit comments

Comments
 (0)