Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Convert root gradle file to kts
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Feb 10, 2024
1 parent c44d442 commit 20c86e0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle → build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ plugins {
alias(libs.plugins.protobuf).apply(false)
alias(libs.plugins.ksp).apply(false)
}

task clean(type: Delete) {
delete rootProject.layout.buildDirectory
}

ext {
// source: github.com/android/plaid
// query git for the commit count to automate versioning.
gitCommitCount = 100 +
Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
}

0 comments on commit 20c86e0

Please sign in to comment.