PR#124 Fix issue with merging meta-info

This commit is contained in:
Gergely Hegedus 2022-09-26 20:21:01 +03:00
parent e6349363d7
commit 8a4a0c0f96
4 changed files with 18 additions and 1 deletions

View file

@ -45,4 +45,5 @@ apply from: 'gradlescripts/ktlint.gradle'
apply from: 'gradlescripts/lint.gradle'
apply from: 'gradlescripts/testoptions.gradle'
apply from: 'gradlescripts/test.tasks.gradle'
apply from: 'gradlescripts/testdependencies.gradle'
apply from: 'gradlescripts/testdependencies.gradle'
apply from: 'gradlescripts/disable.test.task.gradle'