Просмотр исходного кода

Remove the integrationTest task from the Gradle integrationtest project

This task adds no additional configuration over the regular test task.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886961 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Marius Volkhart 3 лет назад
Родитель
Сommit
0fbf8f2e58
1 измененных файлов: 0 добавлений и 5 удалений
  1. 0
    5
      build.gradle

+ 0
- 5
build.gradle Просмотреть файл

@@ -425,11 +425,6 @@ project('integrationtest') {
exclude '**/*FileHandler.class'
}

task integrationTest(type: Test) {
// these are just tests used during development of more test-code
exclude '**/*FileHandler.class'
}

japicmp.enabled = false
}


Загрузка…
Отмена
Сохранить