Skip to content

Commit

Permalink
Add dummy preMerge task
Browse files Browse the repository at this point in the history
  • Loading branch information
axzae committed Jul 4, 2023
1 parent ebb7bf6 commit 4b67e22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
}
}

tasks.register("preMerge") {
description = "Runs all the tests/verification tasks on both top level and included build."

// dependsOn(":example:check")
// dependsOn(gradle.includedBuild("library").task(":library:validatePlugins"))
}

0 comments on commit 4b67e22

Please sign in to comment.