deployment setup
This commit is contained in:
parent
89a92dc8cd
commit
8a051c3497
3 changed files with 38 additions and 2 deletions
|
|
@ -29,4 +29,7 @@ dependencies {
|
|||
}
|
||||
|
||||
sourceCompatibility = "8"
|
||||
targetCompatibility = "8"
|
||||
targetCompatibility = "8"
|
||||
|
||||
project.ext.set("library_artifact","annotation-processor")
|
||||
apply from: "../deploy.gradle"
|
||||
Loading…
Add table
Add a link
Reference in a new issue