Skip to content

Commit 79f4ea2

Browse files
author
Alexander Pann
committed
Don't halt on dependency errors
1 parent f054a22 commit 79f4ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ tasks.register('migrate', MpsMigrate) {
261261
javaLauncher = tasks.named('downloadJbr', DownloadJbrForPlatform).flatMap { it.javaLauncher }
262262

263263
haltOnPrecheckFailure = false
264-
haltOnDependencyError = true
264+
haltOnDependencyError = false
265265

266266
mpsHome = mpsHomeDir
267267
mpsVersion = "$mpsVersion"

0 commit comments

Comments
 (0)