deployment setup

This commit is contained in:
Gergely Hegedus 2021-07-30 23:45:37 +03:00
parent 89a92dc8cd
commit 8a051c3497
3 changed files with 38 additions and 2 deletions

View file

@ -9,4 +9,7 @@ java {
}
sourceCompatibility = "8"
targetCompatibility = "8"
targetCompatibility = "8"
project.ext.set("library_artifact","annotation")
apply from: "../deploy.gradle"