Skip to content

Commit

Permalink
Remove NoopExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 5, 2025
1 parent 672dde9 commit 1b746de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.github.jengelman.gradle.plugins.shadow

import com.github.jengelman.gradle.plugins.shadow.executable.CodeSnippetExtractor
import com.github.jengelman.gradle.plugins.shadow.executor.GroovyBuildExecutor
import com.github.jengelman.gradle.plugins.shadow.executor.NoopExecutor
import com.github.jengelman.gradle.plugins.shadow.fixture.GroovyDslFixture
import java.nio.file.Path
import kotlin.io.path.Path
Expand All @@ -27,7 +26,6 @@ class DocCodeSnippetTest {
GroovyDslFixture,
GroovyDslFixture.importsExtractor,
),
"groovy no-run" to NoopExecutor,
)

val docsDir: Path = Path(System.getProperty("DOCS_DIR"))
Expand Down

This file was deleted.

0 comments on commit 1b746de

Please sign in to comment.