Skip to content

Commit

Permalink
chore(release): 1.68.6 [GRADLE SCRIPT]
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 1, 2021
1 parent 5bd649f commit 6489942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Jun 01 16:49:33 CEST 2021
version=1.68.5
#Tue Jun 01 17:45:55 CEST 2021
description=Gradle plugin for Git Changelog
version=1.68.6
group=se.bjurr.gitchangelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
import java.util.ArrayList;
import java.util.Date;
import java.util.List;

import org.gradle.api.DefaultTask;
import org.gradle.api.tasks.TaskAction;
import org.gradle.api.tasks.TaskExecutionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import se.bjurr.gitchangelog.api.GitChangelogApi;

public class GitChangelogTask extends DefaultTask {
Expand Down Expand Up @@ -53,11 +51,9 @@ public class GitChangelogTask extends DefaultTask {
public String gitLabServer;
public String gitLabProjectName;
public String gitLabToken;
public Date ignoreCommitsOlderThan;
public Date ignoreCommitsOlderThan;
public List<HelperParam> handlebarsHelpers = new ArrayList<>();



@TaskAction
public void gitChangelogPluginTasks() throws TaskExecutionException {
try {
Expand Down

0 comments on commit 6489942

Please sign in to comment.