Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 7, 2024
1 parent 278d6de commit c68798a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ kotlin {
}
}

gradlePlugin {
website = "https://github.com/Incendo"
vcsUrl = "https://github.com/Incendo/cloud-build-logic"
}

gradlePlugin.plugins.register("base") {
id = "org.incendo.cloud-build-logic"
implementationClass = "org.incendo.cloudbuildlogic.BasePlugin"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=org.incendo
description=Shared build logic for cloud projects
version=0.0.1-SNAPSHOT
version=0.0.1

org.gradle.parallel=true
org.gradle.caching=true

0 comments on commit c68798a

Please sign in to comment.