Skip to content

Commit

Permalink
Link to original plugin src
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Oct 3, 2023
1 parent cb1f89c commit e5cf914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import org.gradle.api.tasks.Delete
import org.gradle.api.tasks.Exec

/**
* A gradle plyg-in interacting with docker. Originally replicated from
* com.palantir.docker plugin.
* A gradle plug-in interacting with docker. Originally replicated from
* <a href="https://github.com/palantir/gradle-docker">com.palantir.docker</a> plugin.
*/
class BeamDockerPlugin implements Plugin<Project> {
private static final Logger logger = Logging.getLogger(BeamDockerPlugin.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import org.gradle.api.Project
import org.gradle.api.tasks.Exec

/**
* A gradle plyg-in handling 'docker run' command. Originally replicated from
* com.palantir.docker-run plugin.
* A gradle plug-in handling 'docker run' command. Originally replicated from
* <a href="https://github.com/palantir/gradle-docker">com.palantir.docker-run</a> plugin.
*/
class BeamDockerRunPlugin implements Plugin<Project> {

Expand Down

0 comments on commit e5cf914

Please sign in to comment.