Skip to content

Commit

Permalink
Add author tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lacasseio committed Jun 28, 2020
1 parent f334a84 commit 15b49b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/groovy/org/jbake/gradle/impl/JBakeWorkAction.groovy
Expand Up @@ -23,6 +23,9 @@ import org.gradle.api.logging.Logging
import org.gradle.workers.WorkAction
import org.jbake.app.Oven

/**
* @author Daniel Lacasse (@lacasseio)
*/
abstract class JBakeWorkAction implements WorkAction<JBakeWorkActionParameters> {
private static final LOGGER = Logging.getLogger(JBakeWorkAction)
private Oven jbake
Expand Down
Expand Up @@ -22,6 +22,9 @@ import org.gradle.api.provider.MapProperty
import org.gradle.api.provider.Property;
import org.gradle.workers.WorkParameters;

/**
* @author Daniel Lacasse (@lacasseio)
*/
interface JBakeWorkActionParameters extends WorkParameters {
RegularFileProperty getInput()
RegularFileProperty getOutput()
Expand Down

0 comments on commit 15b49b8

Please sign in to comment.