Skip to content

Commit

Permalink
tasks.register()
Browse files Browse the repository at this point in the history
  • Loading branch information
ealden committed Feb 9, 2024
1 parent 1acb15a commit 90b58af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sonarqube {
}
}

task cucumber(type: JavaExec) {
tasks.register('cucumber', JavaExec) {
dependsOn build

def feature = 'src/test/resources'
Expand All @@ -82,6 +82,6 @@ task cucumber(type: JavaExec) {
args = ['--tags', 'not @wip', '--plugin', 'pretty', '--glue', project.group, feature]
}

task run() {
tasks.register('run') {
dependsOn bootRun
}

0 comments on commit 90b58af

Please sign in to comment.