mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
buildSrc: introduce versioning plugin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
dc61aa07ac
commit
e9a55cc1db
5 changed files with 129 additions and 2 deletions
|
@ -24,6 +24,10 @@ gradlePlugin {
|
|||
id = "core-library-desugaring"
|
||||
implementationClass = "CoreLibraryDesugaringPlugin"
|
||||
}
|
||||
register("versioning") {
|
||||
id = "versioning-plugin"
|
||||
implementationClass = "VersioningPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -34,4 +38,5 @@ dependencies {
|
|||
implementation(build.getValue("androidGradlePlugin_builder"))
|
||||
implementation(build.getValue("androidGradlePlugin_builderModel"))
|
||||
implementation(build.getValue("androidGradlePlugin_lintModel"))
|
||||
implementation(build.getValue("jsemver"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue