Skip to content

Commit

Permalink
Exclude .g4 files under spark from repository
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 committed May 17, 2024
1 parent 2bba6dd commit 9240206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
mavenCentral()
}

tasks.register('downloadG4Files', Exec) {
tasks.register('downloadG4Files') {
description = 'Download remote .g4 files from GitHub'

// use doLast to wait the completion of command execution
Expand Down

0 comments on commit 9240206

Please sign in to comment.