plugins { | |
id 'java-library' | |
} | |
sourceCompatibility = 11 | |
targetCompatibility = 11 | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plugins { | |
id 'java-library' | |
} | |
sourceCompatibility = 11 | |
targetCompatibility = 11 | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
} |