Skip to content

Commit 3e8d8c3

Browse files
author
Alexander Pann
committed
deactivate the modelcheck task
1 parent 6031412 commit 3e8d8c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,13 @@ modelcheck {
332332
maxHeap = "4G"
333333
}
334334

335+
/*
335336
afterEvaluate { project ->
336337
check.configure {
337338
dependsOn tasks.named('checkmodels')
338339
}
339340
}
341+
*/
340342

341343
checkmodels {
342344
dependsOn(resolveMps)

0 commit comments

Comments
 (0)