15 lines
500 B
Groovy
15 lines
500 B
Groovy
apply plugin: 'java'
|
|
//apply plugin: 'com.novoda.bintray-release'
|
|
|
|
//publish {
|
|
// userOrg = 'thefinestartist'
|
|
// groupId = 'com.thefinestartist'
|
|
// artifactId = 'annotations'
|
|
// publishVersion = rootProject.ext.versionName
|
|
// desc = 'Context free and basic utils to build Android project conveniently.'
|
|
// website = 'https://github.com/TheFinestArtist/AndroidBaseUtils'
|
|
//}
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
} |