cm
Size: a a a
cm
TK
AS
cm
cm
TK
AS
cm
ЯС
AE
VB
AE
ЯС
ЯС
AE
ЯС
ЯС
IV
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "io.qameta.allure:allure-gradle:2.3"
}
}
plugins {
id 'java'
id 'io.qameta.allure' version "2.3"
}
allure {
autoconfigure = true
aspectjweaver = true
version = '2.3.4'
allureJavaVersion = '2.0-BETA17'
}
при обновлении грэдла пишет UnknownConfigurationException: Configuration with name 'testCompile' not found.Что не так?
c
testImplementation'IV