Skip to content

Commit 406dcf1

Browse files
committed
tweak task name
1 parent 1f1e013 commit 406dcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subprojects/Iris/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tasks.register('checkJavaFXCompatibility') {
118118
}
119119
}
120120

121-
def runall = tasks.register('runAll') {
121+
def runAll = tasks.register('runAll') {
122122
group 'Application'
123123
}
124124

@@ -131,7 +131,7 @@ FileUtil.baseNames(sourceSets.main.allSource.files, ['InstallWekaPackages']).eac
131131
classpath = sourceSets.main.runtimeClasspath
132132
mainClass = name
133133
}
134-
runall.configure {
134+
runAll.configure {
135135
dependsOn subtask
136136
}
137137
}

0 commit comments

Comments
 (0)