Skip to content

Commit 75b81e0

Browse files
committed
more gradle
1 parent 10d606a commit 75b81e0

File tree

1 file changed

+1
-1
lines changed
  • build-logic/convention/src/main/kotlin

1 file changed

+1
-1
lines changed

build-logic/convention/src/main/kotlin/Github.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract class GithubPlugin : Plugin<Project> {
4141
@DisableCachingByDefault
4242
abstract class GithubCreateReleaseTask : Github() {
4343

44-
private val debug = true
44+
private val debug = false
4545

4646
@Input
4747
val commitCount = project.getCommitCount()

0 commit comments

Comments
 (0)