Skip to content

Instantly share code, notes, and snippets.

@mitch-seymour
Last active February 27, 2020 01:38
Show Gist options
  • Save mitch-seymour/91ddc50df0c4d38216d39d9a68eb4312 to your computer and use it in GitHub Desktop.
Save mitch-seymour/91ddc50df0c4d38216d39d9a68eb4312 to your computer and use it in GitHub Desktop.
dependencies {
compile 'info.picocli:picocli:4.1.0'
annotationProcessor 'info.picocli:picocli-codegen:4.1.0'
// ...
}
compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
options.compilerArgs += ["-Aproject=${project.name}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment