1
0
mirror of synced 2025-12-23 21:03:15 -05:00

delete dead code

This commit is contained in:
Alexandre Girard
2022-11-16 20:04:21 -08:00
parent 77bf5fe400
commit b11df716a0

View File

@@ -9,8 +9,6 @@ class AirbytePythonDockerConfiguration {
class AirbytePythonDockerPlugin implements Plugin<Project> {
void apply(Project project) {
def extension = project.extensions.create('airbytePythonDocker', AirbytePythonDockerConfiguration)
project.task('airbytePythonDockerApply', type: Exec) {
/*
Install the dependencies, run the tests, and run static analysis from a docker container