...
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/build
|
||||
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user