build: Remove unused extension
This commit is contained in:
parent
8460284ea0
commit
54f281abe7
3 changed files with 1 additions and 5 deletions
|
|
@ -1,2 +0,0 @@
|
|||
abstract class CloudExampleExtension {
|
||||
}
|
||||
|
|
@ -2,8 +2,6 @@ plugins {
|
|||
id("cloud.base-conventions")
|
||||
}
|
||||
|
||||
extensions.create<CloudExampleExtension>("cloudExample")
|
||||
|
||||
// Only compile examples on CI, or when the compile-examples property exists
|
||||
if (!ci.get() && !compileExamples) {
|
||||
tasks.configureEach {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue