Run test as a Java application rather than as an Android application
This commit is contained in:
Родитель
75dc498821
Коммит
c2370d0a81
|
@ -1,27 +1,7 @@
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'application'
|
||||||
|
|
||||||
android {
|
|
||||||
compileSdkVersion 27
|
|
||||||
buildToolsVersion "27.0.3"
|
|
||||||
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
minSdkVersion 15
|
|
||||||
targetSdkVersion 27
|
|
||||||
versionCode 1
|
|
||||||
versionName "1.0"
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
release {
|
|
||||||
minifyEnabled false
|
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.microsoft.rest:client-runtime:1.0.0-beta1'
|
|
||||||
implementation project(':autorest')
|
implementation project(':autorest')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mainClassName = System.getProperty("mainClass")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче